diff options
Diffstat (limited to 'devel/electron37/files/patch-content_shell_app_shell__main__delegate.cc')
-rw-r--r-- | devel/electron37/files/patch-content_shell_app_shell__main__delegate.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-content_shell_app_shell__main__delegate.cc b/devel/electron37/files/patch-content_shell_app_shell__main__delegate.cc new file mode 100644 index 000000000000..83431c4da6fd --- /dev/null +++ b/devel/electron37/files/patch-content_shell_app_shell__main__delegate.cc @@ -0,0 +1,11 @@ +--- content/shell/app/shell_main_delegate.cc.orig 2025-06-30 07:04:30 UTC ++++ content/shell/app/shell_main_delegate.cc +@@ -270,7 +270,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 |