mozilla-bmo1512162.patch
branchfirefox84
changeset 1152 4cfe46c9a944
parent 1123 7fa561e5d7c7
child 1190 2a24a948b5cf
--- a/mozilla-bmo1512162.patch	Thu Dec 10 14:36:59 2020 +0100
+++ b/mozilla-bmo1512162.patch	Sun Dec 27 10:49:49 2020 +0100
@@ -1,12 +1,12 @@
 # HG changeset patch
-# Parent  e42a036a5533ea6a60ebc22fd2a150c384d42fda
+# Parent  f9f5af4c88f2f3172a4f30d7e42bd2131bf24146
 This fixes a broken build for gcc < 9 on ppc64le.
 This patch can be removed for newer gcc-versions.
 
 diff --git a/js/xpconnect/src/XPCWrappedNative.cpp b/js/xpconnect/src/XPCWrappedNative.cpp
 --- a/js/xpconnect/src/XPCWrappedNative.cpp
 +++ b/js/xpconnect/src/XPCWrappedNative.cpp
-@@ -1080,17 +1080,21 @@ class MOZ_STACK_CLASS CallMethodHelper f
+@@ -1072,17 +1072,21 @@ class MOZ_STACK_CLASS CallMethodHelper f
                                                 uint32_t* result);
  
    MOZ_ALWAYS_INLINE bool GetInterfaceTypeFromParam(const nsXPTType& type,
@@ -29,7 +29,7 @@
        paramIndex += 1;
      }
      if (paramIndex >= mOptArgcIndex) {
-@@ -1127,17 +1131,21 @@ class MOZ_STACK_CLASS CallMethodHelper f
+@@ -1119,17 +1123,21 @@ class MOZ_STACK_CLASS CallMethodHelper f
  
    {
      // Success checked later.