diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2025-05-23 20:44:53 +0200 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2025-05-23 20:44:53 +0200 |
commit | baf26ccd6447f55fb2b89c95c8c9542f9f15aa37 (patch) | |
tree | c79c42f85ed3a969822448d33daa9ca8928676f3 /mail/thunderbird/files/patch-ipc_glue_GeckoChildProcessHost.cpp | |
parent | www/firefox: update to 139.0 (rc2) (diff) |
mail/thunderbird: update to 139.0 (rc1)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/139.0/releasenotes/
Diffstat (limited to 'mail/thunderbird/files/patch-ipc_glue_GeckoChildProcessHost.cpp')
-rw-r--r-- | mail/thunderbird/files/patch-ipc_glue_GeckoChildProcessHost.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-ipc_glue_GeckoChildProcessHost.cpp b/mail/thunderbird/files/patch-ipc_glue_GeckoChildProcessHost.cpp new file mode 100644 index 000000000000..42f5f25add33 --- /dev/null +++ b/mail/thunderbird/files/patch-ipc_glue_GeckoChildProcessHost.cpp @@ -0,0 +1,13 @@ +diff --git ipc/glue/GeckoChildProcessHost.cpp ipc/glue/GeckoChildProcessHost.cpp +index 9bb8314bd98c..2bc0382a9385 100644 +--- ipc/glue/GeckoChildProcessHost.cpp ++++ ipc/glue/GeckoChildProcessHost.cpp +@@ -1121,7 +1121,7 @@ Result<Ok, LaunchError> BaseProcessLauncher::DoSetup() { + #if defined(MOZ_WIDGET_COCOA) || defined(XP_WIN) + geckoargs::sCrashReporter.Put(CrashReporter::GetChildNotificationPipe(), + mChildArgs); +-#elif defined(XP_UNIX) && !defined(XP_IOS) ++#elif defined(XP_UNIX) && !defined(XP_IOS) && !defined(XP_FREEBSD) + UniqueFileHandle childCrashFd = CrashReporter::GetChildNotificationPipe(); + if (!childCrashFd) { + return Err(LaunchError("DuplicateFileHandle failed")); |