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

Index: content/shell/app/shell_main_delegate.cc
--- content/shell/app/shell_main_delegate.cc.orig
+++ content/shell/app/shell_main_delegate.cc
@@ -212,7 +212,7 @@ void ShellMainDelegate::PreSandboxStartup() {
     // Reporting for sub-processes will be initialized in ZygoteForked.
     if (process_type != switches::kZygoteProcess) {
       crash_reporter::InitializeCrashpad(process_type.empty(), process_type);
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
       crash_reporter::SetFirstChanceExceptionHandler(
           v8::TryHandleWebAssemblyTrapPosix);
 #endif
