a7c9530
diff -up thunderbird-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp.mozbz-1512162 thunderbird-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp
a7c9530
--- thunderbird-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp.mozbz-1512162	2019-09-10 01:43:33.000000000 +0200
a7c9530
+++ thunderbird-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp	2019-09-12 16:16:52.644123766 +0200
a7c9530
@@ -1092,7 +1092,7 @@ class MOZ_STACK_CLASS CallMethodHelper f
a7c9530
   MOZ_ALWAYS_INLINE bool GetOutParamSource(uint8_t paramIndex,
a7c9530
                                            MutableHandleValue srcp) const;
a7c9530
 
a7c9530
-  MOZ_ALWAYS_INLINE bool GatherAndConvertResults();
a7c9530
+  bool GatherAndConvertResults();
a7c9530
 
a7c9530
   MOZ_ALWAYS_INLINE bool QueryInterfaceFastPath();
a7c9530
 
a7c9530
@@ -1139,7 +1139,7 @@ class MOZ_STACK_CLASS CallMethodHelper f
a7c9530
 
a7c9530
   ~CallMethodHelper();
a7c9530
 
a7c9530
-  MOZ_ALWAYS_INLINE bool Call();
a7c9530
+  bool Call();
a7c9530
 
a7c9530
   // Trace implementation so we can put our CallMethodHelper in a Rooted<T>.
a7c9530
   void trace(JSTracer* aTrc);