diff -r 98c4a3711f11 -r 038d048a3940 mozilla-aarch64-startup-crash.patch --- 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; }