diff -r 3f18b0f2a868 -r 735b140fb042 mozilla-aarch64-startup-crash.patch --- a/mozilla-aarch64-startup-crash.patch Thu Aug 23 16:59:04 2018 +0200 +++ b/mozilla-aarch64-startup-crash.patch Fri Aug 24 14:17:12 2018 +0200 @@ -1,12 +1,12 @@ # HG changeset patch # Parent a5cfa3aa11a9d3391df49de6fc5a0e5232c12c10 -# Parent 3005da37da3f1e2c568b1675307d10860182d214 +# Parent 07236b512cd930e3fc7a94fed549431ccaa51c90 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 -@@ -887,17 +887,23 @@ nsIOService::NewChannelFromURIWithProxyF +@@ -923,17 +923,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."); @@ -29,4 +29,4 @@ nsIOService::NewChannelFromURIWithProxyFlags2(nsIURI* aURI, nsIURI* aProxyURI, uint32_t aProxyFlags, - nsIDOMNode* aLoadingNode, + nsINode* aLoadingNode,