summaryrefslogtreecommitdiffstats
path: root/dom/svg/SVGDocument.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-23 14:55:34 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-23 14:55:34 +0000
commit915df34663bd3d9380516cfecf74325f86c9213d (patch)
treed9bf2b24e7eb7fa403571a37969e36de42ef0cc7 /dom/svg/SVGDocument.cpp
parentea14415e49cb57ecd0ba5d134e69d6a822d972bc (diff)
downloadUXP-915df34663bd3d9380516cfecf74325f86c9213d.tar
UXP-915df34663bd3d9380516cfecf74325f86c9213d.tar.gz
UXP-915df34663bd3d9380516cfecf74325f86c9213d.tar.lz
UXP-915df34663bd3d9380516cfecf74325f86c9213d.tar.xz
UXP-915df34663bd3d9380516cfecf74325f86c9213d.zip
Issue #80 - De-unify dom/svg
Diffstat (limited to 'dom/svg/SVGDocument.cpp')
-rw-r--r--dom/svg/SVGDocument.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/svg/SVGDocument.cpp b/dom/svg/SVGDocument.cpp
index f992e52f5..8b677d2e3 100644
--- a/dom/svg/SVGDocument.cpp
+++ b/dom/svg/SVGDocument.cpp
@@ -21,6 +21,8 @@
#include "nsSVGElement.h"
#include "mozilla/StyleSheet.h"
#include "mozilla/StyleSheetInlines.h"
+#include "nsContentUtils.h"
+#include "nsLayoutUtils.h"
using namespace mozilla::css;
using namespace mozilla::dom;