mozilla-aarch64-startup-crash.patch
branchfirefox67
changeset 1093 3942c205588b
parent 1085 87f893cf45b9
child 1097 840132a4a9b3
--- a/mozilla-aarch64-startup-crash.patch	Tue May 14 12:12:16 2019 +0200
+++ b/mozilla-aarch64-startup-crash.patch	Wed May 15 19:43:42 2019 +0200
@@ -1,12 +1,12 @@
 # HG changeset patch
 # Parent a5cfa3aa11a9d3391df49de6fc5a0e5232c12c10
-# Parent  7b5f6b68a8963228f738b803177f937481e19745
+# Parent  6dd2311796da4e15115fd04b181313ae62754317
 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
-@@ -842,17 +842,23 @@ nsresult nsIOService::NewChannelFromURIW
+@@ -975,17 +975,23 @@ nsresult nsIOService::NewChannelFromURIW
              "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.");
@@ -26,7 +26,7 @@
  }
  
  NS_IMETHODIMP
- nsIOService::NewChannelFromURIWithProxyFlags2(
+ nsIOService::NewChannelFromURIWithProxyFlags(
      nsIURI *aURI, nsIURI *aProxyURI, uint32_t aProxyFlags,
      nsINode *aLoadingNode, nsIPrincipal *aLoadingPrincipal,
      nsIPrincipal *aTriggeringPrincipal, uint32_t aSecurityFlags,