diff options
Diffstat (limited to 'WebCore/svg/SVGMetadataElement.h')
-rw-r--r-- | WebCore/svg/SVGMetadataElement.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WebCore/svg/SVGMetadataElement.h b/WebCore/svg/SVGMetadataElement.h index 6323f12..4cac5bc 100644 --- a/WebCore/svg/SVGMetadataElement.h +++ b/WebCore/svg/SVGMetadataElement.h @@ -25,10 +25,13 @@ #include "SVGElement.h" namespace WebCore { + class SVGMetadataElement : public SVGElement { public: + static PassRefPtr<SVGMetadataElement> create(const QualifiedName&, Document*); + + private: SVGMetadataElement(const QualifiedName&, Document*); - virtual ~SVGMetadataElement(); }; } // namespace WebCore |