mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Issue #80 - De-unify dom/svg
This commit is contained in:
parent
e734022ff3
commit
9f8785ef66
6 changed files with 12 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue