| Index: Source/core/svg/SVGMPathElement.h
|
| diff --git a/Source/core/svg/SVGMPathElement.h b/Source/core/svg/SVGMPathElement.h
|
| index 59617eb48f8aac461556fc46b6377eb8cb44b8e0..fd280ace86316e4da61511143801f1d66ff7d7db 100644
|
| --- a/Source/core/svg/SVGMPathElement.h
|
| +++ b/Source/core/svg/SVGMPathElement.h
|
| @@ -33,7 +33,7 @@ class SVGPathElement;
|
| class SVGMPathElement FINAL : public SVGElement,
|
| public SVGURIReference {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGMPathElement);
|
| + DECLARE_NODE_FACTORY(SVGMPathElement);
|
|
|
| virtual ~SVGMPathElement();
|
|
|
|
|