aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc
blob: fa4e2a937fc8f24b08992eb96ec45f944822c7d0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               
                                            
                                                                 


                                                                              

                                                                       

                                                      
       
--- content/shell/app/shell_main_delegate.cc.orig	2023-12-10 06:10:27 UTC
+++ content/shell/app/shell_main_delegate.cc
@@ -227,7 +227,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 BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
       crash_reporter::SetFirstChanceExceptionHandler(
           v8::TryHandleWebAssemblyTrapPosix);
 #endif