diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 14:55:34 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-23 14:55:34 +0000 |
commit | 915df34663bd3d9380516cfecf74325f86c9213d (patch) | |
tree | d9bf2b24e7eb7fa403571a37969e36de42ef0cc7 /dom/svg/SVGElementFactory.h | |
parent | ea14415e49cb57ecd0ba5d134e69d6a822d972bc (diff) | |
download | UXP-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/SVGElementFactory.h')
-rw-r--r-- | dom/svg/SVGElementFactory.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/svg/SVGElementFactory.h b/dom/svg/SVGElementFactory.h index 6d6fa1ca9..a3b643c72 100644 --- a/dom/svg/SVGElementFactory.h +++ b/dom/svg/SVGElementFactory.h @@ -7,6 +7,11 @@ #ifndef mozilla_dom_SVGElementFactory_h #define mozilla_dom_SVGElementFactory_h +#include "nsError.h" +#include "nsIContent.h" +#include "mozilla/dom/FromParser.h" +#include "mozilla/dom/NodeInfo.h" + class nsIAtom; namespace mozilla { |