| Index: Source/core/svg/SVGSymbolElement.h
|
| diff --git a/Source/core/svg/SVGSymbolElement.h b/Source/core/svg/SVGSymbolElement.h
|
| index 7b4a462e88fbcc1d8740a54a8e033c2278d68a11..6799f5728c976dbd0b0c604ef6bcf5f8d7c2d38f 100644
|
| --- a/Source/core/svg/SVGSymbolElement.h
|
| +++ b/Source/core/svg/SVGSymbolElement.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
| class SVGSymbolElement FINAL : public SVGElement,
|
| public SVGFitToViewBox {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGSymbolElement);
|
| + DECLARE_NODE_FACTORY(SVGSymbolElement);
|
|
|
| private:
|
| explicit SVGSymbolElement(Document&);
|
|
|