diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 14:55:34 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:20:27 +0200 |
commit | 11519ee6d2dd64db8089a74013feac50d58fcf43 (patch) | |
tree | 87bca3e4f54a2136e420566a8773bbbc93e3bc35 /dom/svg/SVGDocument.cpp | |
parent | 8a343284d90c79797961be371605e0147c5d2a8d (diff) | |
download | UXP-11519ee6d2dd64db8089a74013feac50d58fcf43.tar UXP-11519ee6d2dd64db8089a74013feac50d58fcf43.tar.gz UXP-11519ee6d2dd64db8089a74013feac50d58fcf43.tar.lz UXP-11519ee6d2dd64db8089a74013feac50d58fcf43.tar.xz UXP-11519ee6d2dd64db8089a74013feac50d58fcf43.zip |
Issue #80 - De-unify dom/svg
Diffstat (limited to 'dom/svg/SVGDocument.cpp')
-rw-r--r-- | dom/svg/SVGDocument.cpp | 2 |
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; |