mozilla-aarch64-startup-crash.patch
changeset 985 038d048a3940
parent 933 7f60766aae16
child 1006 5ba9b67de554
--- a/mozilla-aarch64-startup-crash.patch	Sat Aug 05 15:05:11 2017 +0200
+++ b/mozilla-aarch64-startup-crash.patch	Sat Aug 05 20:31:55 2017 +0200
@@ -1,14 +1,15 @@
 # HG changeset patch
 # Parent a5cfa3aa11a9d3391df49de6fc5a0e5232c12c10
+# Parent  d36d722c028f553ac3fb2f3655fb2c0ca745050c
 Bug 991344 - Rpi3: Firefox crashes after a few seconds of usage
 
 diff --git a/netwerk/base/nsIOService.cpp b/netwerk/base/nsIOService.cpp
 --- a/netwerk/base/nsIOService.cpp
 +++ b/netwerk/base/nsIOService.cpp
-@@ -830,17 +830,23 @@ nsIOService::NewChannelFromURIWithProxyF
-                 consoleService->LogStringMessage(NS_LITERAL_STRING(
-                     "Http channel implementation doesn't support nsIUploadChannel2. An extension has supplied a non-functional http protocol handler. This will break behavior and in future releases not work at all."
-                                                                    ).get());
+@@ -874,17 +874,23 @@ nsIOService::NewChannelFromURIWithProxyF
+                     "doesn't support nsIUploadChannel2. An extension has "
+                     "supplied a non-functional http protocol handler. This will "
+                     "break behavior and in future releases not work at all.");
              }
              gHasWarnedUploadChannel2 = true;
          }