diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-07-12 16:37:23 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-07-12 16:37:23 +0200 |
commit | fdd8d6347e611ef2e045d098f8cc8840deb00355 (patch) | |
tree | 8fc53b0d1b6d405d1bde0cf61c3dc55d2d3666f5 /caps/nsJSPrincipals.cpp | |
parent | 69970c911be3c9189006c61fea7c059bf4f7e005 (diff) | |
download | uxp-fdd8d6347e611ef2e045d098f8cc8840deb00355.tar.gz |
Stop building /caps unified and fix deprot.
Tag #80
Diffstat (limited to 'caps/nsJSPrincipals.cpp')
-rw-r--r-- | caps/nsJSPrincipals.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/caps/nsJSPrincipals.cpp b/caps/nsJSPrincipals.cpp index 0f3afa14e1..8349aed530 100644 --- a/caps/nsJSPrincipals.cpp +++ b/caps/nsJSPrincipals.cpp @@ -15,6 +15,7 @@ #include "nsMemory.h" #include "nsStringBuffer.h" +#include "mozilla/ipc/PBackgroundSharedTypes.h" #include "mozilla/dom/StructuredCloneTags.h" // for mozilla::dom::workers::kJSPrincipalsDebugToken #include "mozilla/dom/workers/Workers.h" @@ -22,6 +23,7 @@ using namespace mozilla; using namespace mozilla::ipc; +using namespace mozilla::dom; NS_IMETHODIMP_(MozExternalRefCountType) nsJSPrincipals::AddRef() |