c82edc
diff -up firefox-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp.ppc64le-inline firefox-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp
c82edc
--- firefox-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp.ppc64le-inline	2019-08-26 18:52:28.000000000 +0200
c82edc
+++ firefox-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp	2019-08-29 08:49:57.695687874 +0200
c82edc
@@ -1092,7 +1092,11 @@ class MOZ_STACK_CLASS CallMethodHelper f
c82edc
   MOZ_ALWAYS_INLINE bool GetOutParamSource(uint8_t paramIndex,
c82edc
                                            MutableHandleValue srcp) const;
c82edc
 
c82edc
+#if (__GNUC__ && __linux__ && __PPC64__ && _LITTLE_ENDIAN)
c82edc
+  bool GatherAndConvertResults();
c82edc
+#else
c82edc
   MOZ_ALWAYS_INLINE bool GatherAndConvertResults();
c82edc
+#endif
c82edc
 
c82edc
   MOZ_ALWAYS_INLINE bool QueryInterfaceFastPath();
c82edc
 
c82edc
@@ -1139,7 +1143,11 @@ class MOZ_STACK_CLASS CallMethodHelper f
c82edc
 
c82edc
   ~CallMethodHelper();
c82edc
 
c82edc
+#if (__GNUC__ && __linux__ && __PPC64__ && _LITTLE_ENDIAN)
c82edc
+  bool Call();
c82edc
+#else
c82edc
   MOZ_ALWAYS_INLINE bool Call();
c82edc
+#endif
c82edc
 
c82edc
   // Trace implementation so we can put our CallMethodHelper in a Rooted<T>.
c82edc
   void trace(JSTracer* aTrc);