firefox-kde.patch
changeset 953 6b282f295753
parent 952 8094e6bba260
child 955 55662cbdb950
--- a/firefox-kde.patch	Sat Mar 18 11:29:43 2017 +0100
+++ b/firefox-kde.patch	Thu Mar 23 14:47:57 2017 +0100
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent  1ec12b7509b6dcb0d2c1b77a8f93f81c4381008b
+# Parent  9821fbf1130a9e53e258127655f6d011c7312cce
 
 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
 new file mode 100644
@@ -1561,7 +1561,7 @@
 +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGNOMEShellService, Init)
 +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsKDEShellService, Init)
 +
-+NS_METHOD
++NS_IMETHODIMP
 +nsUnixShellServiceConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult)
 +{
 +    if( nsKDEUtils::kdeSupport())
@@ -1584,7 +1584,7 @@
 +
 +#include "nsIGNOMEShellService.h"
 +
-+NS_METHOD
++NS_IMETHODIMP
 +nsUnixShellServiceConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult);
 +
 +#endif // nsunixshellservice_h____