summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFontFaceNameElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFontFaceNameElement.h')
-rw-r--r--WebCore/svg/SVGFontFaceNameElement.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFontFaceNameElement.h b/WebCore/svg/SVGFontFaceNameElement.h
index ab71b7d..462d7a8 100644
--- a/WebCore/svg/SVGFontFaceNameElement.h
+++ b/WebCore/svg/SVGFontFaceNameElement.h
@@ -24,12 +24,17 @@
#include "SVGElement.h"
namespace WebCore {
+
class CSSFontFaceSrcValue;
+
class SVGFontFaceNameElement : public SVGElement {
public:
- SVGFontFaceNameElement(const QualifiedName&, Document*);
+ static PassRefPtr<SVGFontFaceNameElement> create(const QualifiedName&, Document*);
PassRefPtr<CSSFontFaceSrcValue> srcValue() const;
+
+ private:
+ SVGFontFaceNameElement(const QualifiedName&, Document*);
};
} // namespace WebCore