| Index: Source/core/svg/SVGFontFaceUriElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceUriElement.h b/Source/core/svg/SVGFontFaceUriElement.h
|
| index cb9f9fcea14631ad012f169375c2c5292e96e2cf..aacf194df3792f3689ea6c562039de9ac806fda6 100644
|
| --- a/Source/core/svg/SVGFontFaceUriElement.h
|
| +++ b/Source/core/svg/SVGFontFaceUriElement.h
|
| @@ -32,7 +32,7 @@ class CSSFontFaceSrcValue;
|
|
|
| class SVGFontFaceUriElement FINAL : public SVGElement, public FontResourceClient {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGFontFaceUriElement);
|
| + DECLARE_NODE_FACTORY(SVGFontFaceUriElement);
|
|
|
| virtual ~SVGFontFaceUriElement();
|
|
|
|
|