summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-toolkit_xre_nsEmbedFunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-toolkit_xre_nsEmbedFunctions.cpp')
-rw-r--r--www/firefox/patches/patch-toolkit_xre_nsEmbedFunctions.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox/patches/patch-toolkit_xre_nsEmbedFunctions.cpp b/www/firefox/patches/patch-toolkit_xre_nsEmbedFunctions.cpp
index 61e454b22e7..4cc43e99ca8 100644
--- a/www/firefox/patches/patch-toolkit_xre_nsEmbedFunctions.cpp
+++ b/www/firefox/patches/patch-toolkit_xre_nsEmbedFunctions.cpp
@@ -1,8 +1,8 @@
-$NetBSD: patch-toolkit_xre_nsEmbedFunctions.cpp,v 1.2 2014/02/08 09:36:00 ryoon Exp $
+$NetBSD: patch-toolkit_xre_nsEmbedFunctions.cpp,v 1.3 2014/02/20 13:19:03 ryoon Exp $
---- toolkit/xre/nsEmbedFunctions.cpp.orig 2014-01-28 04:04:06.000000000 +0000
+--- toolkit/xre/nsEmbedFunctions.cpp.orig 2013-05-11 19:19:55.000000000 +0000
+++ toolkit/xre/nsEmbedFunctions.cpp
-@@ -242,7 +242,7 @@ XRE_SetRemoteExceptionHandler(const char
+@@ -239,7 +239,7 @@ XRE_SetRemoteExceptionHandler(const char
{
#if defined(XP_WIN) || defined(XP_MACOSX)
return CrashReporter::SetRemoteExceptionHandler(nsDependentCString(aPipe));
@@ -11,7 +11,7 @@ $NetBSD: patch-toolkit_xre_nsEmbedFunctions.cpp,v 1.2 2014/02/08 09:36:00 ryoon
return CrashReporter::SetRemoteExceptionHandler();
#else
# error "OOP crash reporter unsupported on this platform"
-@@ -390,7 +390,7 @@ XRE_InitChildProcess(int aArgc,
+@@ -351,7 +351,7 @@ XRE_InitChildProcess(int aArgc,
// Bug 684322 will add better visibility into this condition
NS_WARNING("Could not setup crash reporting\n");
}