summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLFrameSetElement.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/HTMLFrameSetElement.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/HTMLFrameSetElement.cpp')
-rw-r--r--dom/html/HTMLFrameSetElement.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/html/HTMLFrameSetElement.cpp b/dom/html/HTMLFrameSetElement.cpp
index 861dbfe9f..0e9d4fd2e 100644
--- a/dom/html/HTMLFrameSetElement.cpp
+++ b/dom/html/HTMLFrameSetElement.cpp
@@ -7,6 +7,7 @@
#include "HTMLFrameSetElement.h"
#include "mozilla/dom/HTMLFrameSetElementBinding.h"
#include "mozilla/dom/EventHandlerBinding.h"
+#include "nsContentUtils.h"
#include "nsGlobalWindow.h"
#include "mozilla/UniquePtrExtensions.h"
#include "nsAttrValueOrString.h"