| Index: Source/core/svg/SVGMetadataElement.h
|
| diff --git a/Source/core/svg/SVGMetadataElement.h b/Source/core/svg/SVGMetadataElement.h
|
| index a579cb40b0773b1ea9946de1d25486ff27a97f4d..a8cfb067829ecc4f703dceb447cc32640f3c4477 100644
|
| --- a/Source/core/svg/SVGMetadataElement.h
|
| +++ b/Source/core/svg/SVGMetadataElement.h
|
| @@ -27,7 +27,7 @@ namespace WebCore {
|
|
|
| class SVGMetadataElement FINAL : public SVGElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGMetadataElement);
|
| + DECLARE_NODE_FACTORY(SVGMetadataElement);
|
|
|
| private:
|
| explicit SVGMetadataElement(Document&);
|
|
|