$OpenBSD: patch-content_browser_scheduler_responsiveness_jank_monitor_impl_cc,v 1.3 2021/10/29 14:49:41 robert Exp $

Index: content/browser/scheduler/responsiveness/jank_monitor_impl.cc
--- content/browser/scheduler/responsiveness/jank_monitor_impl.cc.orig
+++ content/browser/scheduler/responsiveness/jank_monitor_impl.cc
@@ -334,7 +334,7 @@ void JankMonitorImpl::ThreadExecutionState::DidRunTask
     // in context menus, among others). Simply ignore the mismatches for now.
     // See https://crbug.com/929813 for the details of why the mismatch
     // happens.
-#if (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) && defined(USE_OZONE)
+#if (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)) && defined(USE_OZONE)
     task_execution_metadata_.clear();
 #endif
     return;
