| Index: Source/core/svg/SVGFontElement.h
|
| diff --git a/Source/core/svg/SVGFontElement.h b/Source/core/svg/SVGFontElement.h
|
| index 7510626d407c01aeef10f2aa9a8babe256db0719..3b09a177a42b0946e4a325ec1219bc0a25b3cf46 100644
|
| --- a/Source/core/svg/SVGFontElement.h
|
| +++ b/Source/core/svg/SVGFontElement.h
|
| @@ -55,7 +55,7 @@ class SVGMissingGlyphElement;
|
|
|
| class SVGFontElement FINAL : public SVGElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGFontElement);
|
| + DECLARE_NODE_FACTORY(SVGFontElement);
|
|
|
| void invalidateGlyphCache();
|
| void collectGlyphsForString(const String&, Vector<SVGGlyph>&);
|
|
|