summaryrefslogtreecommitdiffstats
path: root/dom/html/nsHTMLDocument.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/nsHTMLDocument.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/nsHTMLDocument.cpp')
-rw-r--r--dom/html/nsHTMLDocument.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/html/nsHTMLDocument.cpp b/dom/html/nsHTMLDocument.cpp
index f530d75e1..bd9de39f0 100644
--- a/dom/html/nsHTMLDocument.cpp
+++ b/dom/html/nsHTMLDocument.cpp
@@ -28,6 +28,7 @@
#include "nsIDOMElement.h"
#include "nsPIDOMWindow.h"
#include "nsDOMString.h"
+#include "nsIProtocolHandler.h"
#include "nsIStreamListener.h"
#include "nsIURI.h"
#include "nsIIOService.h"