diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-10 23:09:26 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-10-10 23:09:26 +0000 |
commit | 0c222d068c7ebe9315c4c54731591ce6785d1f42 (patch) | |
tree | af760fc029cd08b6e339e5efb92453f9cafa19cc /chrome/nsChromeRegistry.h | |
parent | 0ea4019528592afbe0ae918350dd259ef6e5719a (diff) | |
download | aura-central-0c222d068c7ebe9315c4c54731591ce6785d1f42.tar.gz |
Issue %3010 - Remove --disable-xul config and conditionals.
Diffstat (limited to 'chrome/nsChromeRegistry.h')
-rw-r--r-- | chrome/nsChromeRegistry.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/nsChromeRegistry.h b/chrome/nsChromeRegistry.h index f47c8e605..27b45791f 100644 --- a/chrome/nsChromeRegistry.h +++ b/chrome/nsChromeRegistry.h @@ -9,11 +9,7 @@ #include "nsIToolkitChromeRegistry.h" #include "nsIObserver.h" #include "nsWeakReference.h" - -#ifdef MOZ_XUL #include "nsIXULOverlayProvider.h" -#endif - #include "nsString.h" #include "nsURIHashKey.h" #include "nsInterfaceHashtable.h" @@ -37,9 +33,7 @@ class nsIURL; { 0x47049e42, 0x1d87, 0x482a, { 0x98, 0x4d, 0x56, 0xae, 0x18, 0x5e, 0x36, 0x7a } } class nsChromeRegistry : public nsIToolkitChromeRegistry, -#ifdef MOZ_XUL public nsIXULOverlayProvider, -#endif public nsIObserver, public nsSupportsWeakReference { |