From dd5d075b1a2651ea020a34e9c54e1959fc9bf29b Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 12 Jul 2019 23:30:59 +0200 Subject: Stop building /chrome unified and fix deprot. Tag #80 --- chrome/moz.build | 2 +- chrome/nsChromeRegistry.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome') diff --git a/chrome/moz.build b/chrome/moz.build index b75e9435d4..15439356a8 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 485ca002c9..4bd8b4dca5 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" -- cgit v1.2.3