summaryrefslogtreecommitdiffstats
path: root/dom/html/nsBrowserElement.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-21 14:58:19 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-21 14:58:19 +0200
commitceb7889c500168f4270378ca22b837f98fce34ac (patch)
treefcfe404323b9dc4a6a738fc48e2ec21a32b7a00a /dom/html/nsBrowserElement.cpp
parent37f2b54dc594cfe7dbe7db5edc9b9cf820ff5188 (diff)
downloadUXP-ceb7889c500168f4270378ca22b837f98fce34ac.tar
UXP-ceb7889c500168f4270378ca22b837f98fce34ac.tar.gz
UXP-ceb7889c500168f4270378ca22b837f98fce34ac.tar.lz
UXP-ceb7889c500168f4270378ca22b837f98fce34ac.tar.xz
UXP-ceb7889c500168f4270378ca22b837f98fce34ac.zip
Issue #80 - De-unify dom/html
Diffstat (limited to 'dom/html/nsBrowserElement.cpp')
-rw-r--r--dom/html/nsBrowserElement.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/html/nsBrowserElement.cpp b/dom/html/nsBrowserElement.cpp
index 858d1c7cb..1c2f00c15 100644
--- a/dom/html/nsBrowserElement.cpp
+++ b/dom/html/nsBrowserElement.cpp
@@ -18,8 +18,10 @@
#include "mozIApplication.h"
#include "nsComponentManagerUtils.h"
+#include "nsContentUtils.h"
#include "nsFrameLoader.h"
#include "nsIAppsService.h"
+#include "nsIDOMDocument.h"
#include "nsIDOMDOMRequest.h"
#include "nsIDOMElement.h"
#include "nsIMozBrowserFrame.h"