$OpenBSD: patch-content_browser_webui_web_ui_main_frame_observer_h,v 1.1 2021/04/01 10:24:45 robert Exp $

Index: content/browser/webui/web_ui_main_frame_observer.h
--- content/browser/webui/web_ui_main_frame_observer.h.orig
+++ content/browser/webui/web_ui_main_frame_observer.h
@@ -40,7 +40,7 @@ class CONTENT_EXPORT WebUIMainFrameObserver : public W
 
 // TODO(crbug.com/1129544) This is currently disabled due to Windows DLL
 // thunking issues. Fix & re-enable.
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
   // On official Google builds, capture and report JavaScript error messages on
   // WebUI surfaces back to Google. This allows us to fix JavaScript errors and
   // exceptions.
