Index: Source/core/svg/SVGGlyphRefElement.h |
diff --git a/Source/core/svg/SVGGlyphRefElement.h b/Source/core/svg/SVGGlyphRefElement.h |
index d91340214610b15e0ec7fa8c2cd136de8dbe369d..540cd9b68f499949f3919f949f2d0ab69e0dba9b 100644 |
--- a/Source/core/svg/SVGGlyphRefElement.h |
+++ b/Source/core/svg/SVGGlyphRefElement.h |
@@ -30,7 +30,7 @@ namespace WebCore { |
class SVGGlyphRefElement FINAL : public SVGElement, |
public SVGURIReference { |
public: |
- DEFINE_NODE_FACTORY(SVGGlyphRefElement); |
+ DECLARE_NODE_FACTORY(SVGGlyphRefElement); |
bool hasValidGlyphElement(AtomicString& glyphName) const; |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |