summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFontFaceFormatElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFontFaceFormatElement.h')
-rw-r--r--WebCore/svg/SVGFontFaceFormatElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/svg/SVGFontFaceFormatElement.h b/WebCore/svg/SVGFontFaceFormatElement.h
index eae22bf..6ca6c1f 100644
--- a/WebCore/svg/SVGFontFaceFormatElement.h
+++ b/WebCore/svg/SVGFontFaceFormatElement.h
@@ -27,6 +27,9 @@ namespace WebCore {
class SVGFontFaceFormatElement : public SVGElement {
public:
+ static PassRefPtr<SVGFontFaceFormatElement> create(const QualifiedName&, Document*);
+
+private:
SVGFontFaceFormatElement(const QualifiedName&, Document*);
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);