diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-24 23:49:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 23:49:40 +0200 |
commit | 7a9c933a2331fdc9ba214dcb81f8c39396885a9d (patch) | |
tree | de5e3c2b926c209c5f58cb8860d09d769a6fead7 /dom/svg/SVGElementFactory.h | |
parent | 400e9018fd5b1b8e50ba5ea403ba98f9a658c076 (diff) | |
parent | 756162415bde12e60125f0b3a69e321c45956ae3 (diff) | |
download | UXP-7a9c933a2331fdc9ba214dcb81f8c39396885a9d.tar UXP-7a9c933a2331fdc9ba214dcb81f8c39396885a9d.tar.gz UXP-7a9c933a2331fdc9ba214dcb81f8c39396885a9d.tar.lz UXP-7a9c933a2331fdc9ba214dcb81f8c39396885a9d.tar.xz UXP-7a9c933a2331fdc9ba214dcb81f8c39396885a9d.zip |
Merge pull request #1522 from MoonchildProductions/deunify_dom
Deunify dom
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 { |