| Index: Source/core/svg/SVGAltGlyphItemElement.h
|
| diff --git a/Source/core/svg/SVGAltGlyphItemElement.h b/Source/core/svg/SVGAltGlyphItemElement.h
|
| index 42509f7dad01cd9f07fb8f67ccbd3442ebf863d4..faa3d42f3d5c5b9f533b74ba3817ba66409a3d92 100644
|
| --- a/Source/core/svg/SVGAltGlyphItemElement.h
|
| +++ b/Source/core/svg/SVGAltGlyphItemElement.h
|
| @@ -29,7 +29,7 @@ namespace WebCore {
|
|
|
| class SVGAltGlyphItemElement FINAL : public SVGElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGAltGlyphItemElement);
|
| + DECLARE_NODE_FACTORY(SVGAltGlyphItemElement);
|
|
|
| bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const;
|
|
|
|
|