mozilla-aarch64-startup-crash.patch
changeset 1033 51bfdd19b9e9
parent 1006 5ba9b67de554
child 1067 735b140fb042
child 1090 554cd9503f75
equal deleted inserted replaced
1032:8220ea23b47d 1033:51bfdd19b9e9
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent a5cfa3aa11a9d3391df49de6fc5a0e5232c12c10
     2 # Parent a5cfa3aa11a9d3391df49de6fc5a0e5232c12c10
     3 # Parent  6906d2adcc834114de3118365cb75b113df8564e
     3 # Parent  3005da37da3f1e2c568b1675307d10860182d214
     4 Bug 991344 - Rpi3: Firefox crashes after a few seconds of usage
     4 Bug 991344 - Rpi3: Firefox crashes after a few seconds of usage
     5 
     5 
     6 diff --git a/netwerk/base/nsIOService.cpp b/netwerk/base/nsIOService.cpp
     6 diff --git a/netwerk/base/nsIOService.cpp b/netwerk/base/nsIOService.cpp
     7 --- a/netwerk/base/nsIOService.cpp
     7 --- a/netwerk/base/nsIOService.cpp
     8 +++ b/netwerk/base/nsIOService.cpp
     8 +++ b/netwerk/base/nsIOService.cpp
     9 @@ -892,17 +892,23 @@ nsIOService::NewChannelFromURIWithProxyF
     9 @@ -887,17 +887,23 @@ nsIOService::NewChannelFromURIWithProxyF
    10                      "doesn't support nsIUploadChannel2. An extension has "
    10                      "doesn't support nsIUploadChannel2. An extension has "
    11                      "supplied a non-functional http protocol handler. This will "
    11                      "supplied a non-functional http protocol handler. This will "
    12                      "break behavior and in future releases not work at all.");
    12                      "break behavior and in future releases not work at all.");
    13              }
    13              }
    14              gHasWarnedUploadChannel2 = true;
    14              gHasWarnedUploadChannel2 = true;