$OpenBSD: patch-content_browser_scheduler_responsiveness_jank_monitor_cc,v 1.1 2019/09/23 07:18:04 robert Exp $

Index: content/browser/scheduler/responsiveness/jank_monitor.cc
--- content/browser/scheduler/responsiveness/jank_monitor.cc.orig
+++ content/browser/scheduler/responsiveness/jank_monitor.cc
@@ -298,7 +298,7 @@ void JankMonitor::ThreadExecutionState::DidRunTaskOrEv
     // 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_CHROMEOS) && defined(OS_LINUX) && defined(USE_OZONE)
+#if !defined(OS_CHROMEOS) && (defined(OS_BSD) || defined(OS_LINUX)) && defined(USE_OZONE)
     task_execution_metadata_.clear();
 #endif
     return;
