summaryrefslogtreecommitdiffstats
path: root/dom/base/CustomElementRegistry.cpp
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-17 07:40:32 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-17 07:40:32 -0400
commit16dba9a30b849c9381fab5fe53b722c7901e5283 (patch)
treeda02be42bd271139030a7f0ee547a38f5e9f8abb /dom/base/CustomElementRegistry.cpp
parentf6221f440e05030ee500c0a0a887ffa823c7e14c (diff)
downloadUXP-16dba9a30b849c9381fab5fe53b722c7901e5283.tar
UXP-16dba9a30b849c9381fab5fe53b722c7901e5283.tar.gz
UXP-16dba9a30b849c9381fab5fe53b722c7901e5283.tar.lz
UXP-16dba9a30b849c9381fab5fe53b722c7901e5283.tar.xz
UXP-16dba9a30b849c9381fab5fe53b722c7901e5283.zip
Issue #80 - De-unify dom/base
Tag #1375
Diffstat (limited to 'dom/base/CustomElementRegistry.cpp')
-rw-r--r--dom/base/CustomElementRegistry.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/base/CustomElementRegistry.cpp b/dom/base/CustomElementRegistry.cpp
index d9acd4d6d..2bf969d38 100644
--- a/dom/base/CustomElementRegistry.cpp
+++ b/dom/base/CustomElementRegistry.cpp
@@ -11,6 +11,8 @@
#include "mozilla/dom/HTMLElementBinding.h"
#include "mozilla/dom/WebComponentsBinding.h"
#include "mozilla/dom/DocGroup.h"
+#include "mozilla/dom/Promise.h"
+#include "nsContentUtils.h"
#include "nsHTMLTags.h"
#include "jsapi.h"