summaryrefslogtreecommitdiffstats
path: root/caps/nsScriptSecurityManager.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-07-12 16:37:23 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-07-12 16:37:23 +0200
commitfdd8d6347e611ef2e045d098f8cc8840deb00355 (patch)
tree8fc53b0d1b6d405d1bde0cf61c3dc55d2d3666f5 /caps/nsScriptSecurityManager.cpp
parent69970c911be3c9189006c61fea7c059bf4f7e005 (diff)
downloadUXP-fdd8d6347e611ef2e045d098f8cc8840deb00355.tar
UXP-fdd8d6347e611ef2e045d098f8cc8840deb00355.tar.gz
UXP-fdd8d6347e611ef2e045d098f8cc8840deb00355.tar.lz
UXP-fdd8d6347e611ef2e045d098f8cc8840deb00355.tar.xz
UXP-fdd8d6347e611ef2e045d098f8cc8840deb00355.zip
Stop building /caps unified and fix deprot.
Tag #80
Diffstat (limited to 'caps/nsScriptSecurityManager.cpp')
-rw-r--r--caps/nsScriptSecurityManager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/caps/nsScriptSecurityManager.cpp b/caps/nsScriptSecurityManager.cpp
index 129a4d0da..bf5f33599 100644
--- a/caps/nsScriptSecurityManager.cpp
+++ b/caps/nsScriptSecurityManager.cpp
@@ -59,6 +59,7 @@
#include "mozIApplication.h"
#include "mozilla/Preferences.h"
#include "mozilla/dom/BindingUtils.h"
+#include "mozilla/dom/ContentParent.h"
#include <stdint.h>
#include "mozilla/dom/ScriptSettings.h"
#include "mozilla/ClearOnShutdown.h"
@@ -70,6 +71,7 @@
using namespace mozilla;
using namespace mozilla::dom;
+using namespace mozilla::ipc;
nsIIOService *nsScriptSecurityManager::sIOService = nullptr;
nsIStringBundle *nsScriptSecurityManager::sStrBundle = nullptr;