summaryrefslogtreecommitdiffstats
path: root/dom/base/ShadowRoot.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-05-25 20:28:36 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-25 20:28:36 +0200
commit5377605d6355f26cb08a4b8d5e43130599f3ac56 (patch)
treef209297519936eafe45d6c0d7f04ae885a44c40e /dom/base/ShadowRoot.h
parent4d373c1d360b29f94026b72c6f66e4ad313732cf (diff)
downloadUXP-5377605d6355f26cb08a4b8d5e43130599f3ac56.tar
UXP-5377605d6355f26cb08a4b8d5e43130599f3ac56.tar.gz
UXP-5377605d6355f26cb08a4b8d5e43130599f3ac56.tar.lz
UXP-5377605d6355f26cb08a4b8d5e43130599f3ac56.tar.xz
UXP-5377605d6355f26cb08a4b8d5e43130599f3ac56.zip
Issue #1564 - Split off nsIdentifierMapEntry in its own header
+ Fix dependency fallout from removing nsDocument.h from ShadowRoot.h
Diffstat (limited to 'dom/base/ShadowRoot.h')
-rw-r--r--dom/base/ShadowRoot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dom/base/ShadowRoot.h b/dom/base/ShadowRoot.h
index a24c8138e..21c6e1733 100644
--- a/dom/base/ShadowRoot.h
+++ b/dom/base/ShadowRoot.h
@@ -12,8 +12,9 @@
#include "nsCOMPtr.h"
#include "nsCycleCollectionParticipant.h"
#include "nsIContentInlines.h"
+#include "nsIdentifierMapEntry.h"
#include "nsTHashtable.h"
-#include "nsDocument.h"
+#include "nsXBLBinding.h"
class nsIAtom;
class nsIContent;