| Index: Source/core/svg/SVGSwitchElement.h
|
| diff --git a/Source/core/svg/SVGSwitchElement.h b/Source/core/svg/SVGSwitchElement.h
|
| index 642473f8e0ceccda0e51b59e56b1099755068e85..adb7281ee681d519fb1d16ebdf0842a0eda096df 100644
|
| --- a/Source/core/svg/SVGSwitchElement.h
|
| +++ b/Source/core/svg/SVGSwitchElement.h
|
| @@ -28,7 +28,7 @@ namespace WebCore {
|
|
|
| class SVGSwitchElement FINAL : public SVGGraphicsElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGSwitchElement);
|
| + DECLARE_NODE_FACTORY(SVGSwitchElement);
|
|
|
| private:
|
| explicit SVGSwitchElement(Document&);
|
|
|