summaryrefslogtreecommitdiffstats
path: root/dom/flyweb
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-03 22:18:55 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-26 15:50:12 -0500
commit25a33c7123d457a59ecb4b15a2466cfc8507406b (patch)
tree63a7ed7795fd48dfbe59cdc23738846646e7ce93 /dom/flyweb
parent5cf46e2f87f4f6294d02d96c7905b069c9975eee (diff)
downloadUXP-25a33c7123d457a59ecb4b15a2466cfc8507406b.tar
UXP-25a33c7123d457a59ecb4b15a2466cfc8507406b.tar.gz
UXP-25a33c7123d457a59ecb4b15a2466cfc8507406b.tar.lz
UXP-25a33c7123d457a59ecb4b15a2466cfc8507406b.tar.xz
UXP-25a33c7123d457a59ecb4b15a2466cfc8507406b.zip
Bug 1347446 - Move custom element reactions stack to DocGroup.
Tag UXP Issue #1344
Diffstat (limited to 'dom/flyweb')
-rw-r--r--dom/flyweb/FlyWebDiscoveryManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/flyweb/FlyWebDiscoveryManager.cpp b/dom/flyweb/FlyWebDiscoveryManager.cpp
index 5a97eb6d8..14ad5aa1f 100644
--- a/dom/flyweb/FlyWebDiscoveryManager.cpp
+++ b/dom/flyweb/FlyWebDiscoveryManager.cpp
@@ -16,6 +16,7 @@
#include "mozilla/dom/FlyWebDiscoveryManager.h"
#include "mozilla/dom/FlyWebDiscoveryManagerBinding.h"
+#include "mozilla/dom/Element.h"
namespace mozilla {
namespace dom {