| Index: Source/core/svg/SVGAltGlyphElement.h
|
| diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h
|
| index eb3e9a4da371af6cebbf82df5f64147c4000be68..eec8b9c4e23f29579700696514b7930fce4ac90d 100644
|
| --- a/Source/core/svg/SVGAltGlyphElement.h
|
| +++ b/Source/core/svg/SVGAltGlyphElement.h
|
| @@ -36,7 +36,7 @@ class SVGGlyphElement;
|
| class SVGAltGlyphElement FINAL : public SVGTextPositioningElement,
|
| public SVGURIReference {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGAltGlyphElement);
|
| + DECLARE_NODE_FACTORY(SVGAltGlyphElement);
|
|
|
| const AtomicString& glyphRef() const;
|
| void setGlyphRef(const AtomicString&, ExceptionState&);
|
|
|