summaryrefslogtreecommitdiffstats
path: root/dom/ipc/ContentParent.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-21 18:09:13 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-21 18:09:13 +0000
commitc9bde0ff25540e6e3a41638c982cc7a575659487 (patch)
treed43e5e71790e07a7535eab9067ecd72f9881fc53 /dom/ipc/ContentParent.cpp
parentd95fb4f2420c7e53bfb85406dac34c4dae10f346 (diff)
downloadUXP-c9bde0ff25540e6e3a41638c982cc7a575659487.tar
UXP-c9bde0ff25540e6e3a41638c982cc7a575659487.tar.gz
UXP-c9bde0ff25540e6e3a41638c982cc7a575659487.tar.lz
UXP-c9bde0ff25540e6e3a41638c982cc7a575659487.tar.xz
UXP-c9bde0ff25540e6e3a41638c982cc7a575659487.zip
Issue #80 - De-unify dom/ipc
Diffstat (limited to 'dom/ipc/ContentParent.cpp')
-rw-r--r--dom/ipc/ContentParent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/ipc/ContentParent.cpp b/dom/ipc/ContentParent.cpp
index 0d11fb889..deea691f3 100644
--- a/dom/ipc/ContentParent.cpp
+++ b/dom/ipc/ContentParent.cpp
@@ -109,6 +109,7 @@
#include "nsIDOMWindow.h"
#include "nsIExternalProtocolService.h"
#include "nsIFormProcessor.h"
+#include "nsIFrameLoader.h"
#include "nsIGfxInfo.h"
#include "nsIIdleService.h"
#include "nsIInterfaceRequestorUtils.h"
@@ -229,6 +230,7 @@ static NS_DEFINE_CID(kCClipboardCID, NS_CLIPBOARD_CID);
using base::ChildPrivileges;
using base::KillProcess;
+using namespace mozilla::dom;
using namespace mozilla::dom::power;
using namespace mozilla::media;
using namespace mozilla::embedding;