diff options
author | Moonchild <moonchild@palemoon.org> | 2019-07-13 14:33:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-13 14:33:56 +0000 |
commit | 65a73f23e8bece99d0b67e5293339b05a32b593c (patch) | |
tree | b87f679c605f4c0e286f2d5ff50a9789dc79d284 | |
parent | 69970c911be3c9189006c61fea7c059bf4f7e005 (diff) | |
parent | dd5d075b1a2651ea020a34e9c54e1959fc9bf29b (diff) | |
download | UXP-65a73f23e8bece99d0b67e5293339b05a32b593c.tar UXP-65a73f23e8bece99d0b67e5293339b05a32b593c.tar.gz UXP-65a73f23e8bece99d0b67e5293339b05a32b593c.tar.lz UXP-65a73f23e8bece99d0b67e5293339b05a32b593c.tar.xz UXP-65a73f23e8bece99d0b67e5293339b05a32b593c.zip |
Merge pull request #1176 from MoonchildProductions/deunify_chrome
Stop building /chrome unified and fix deprot.
-rw-r--r-- | chrome/moz.build | 2 | ||||
-rw-r--r-- | chrome/nsChromeRegistry.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/chrome/moz.build b/chrome/moz.build index b75e9435d..15439356a 100644 --- a/chrome/moz.build +++ b/chrome/moz.build @@ -17,7 +17,7 @@ EXPORTS.mozilla.chrome += [ 'RegistryMessageUtils.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'nsChromeProtocolHandler.cpp', 'nsChromeRegistry.cpp', 'nsChromeRegistryChrome.cpp', diff --git a/chrome/nsChromeRegistry.cpp b/chrome/nsChromeRegistry.cpp index 485ca002c..4bd8b4dca 100644 --- a/chrome/nsChromeRegistry.cpp +++ b/chrome/nsChromeRegistry.cpp @@ -14,6 +14,7 @@ #include "nsError.h" #include "nsEscape.h" #include "nsNetUtil.h" +#include "nsIURL.h" #include "nsString.h" #include "nsQueryObject.h" |