| Index: Source/core/svg/SVGAnimateTransformElement.h
|
| diff --git a/Source/core/svg/SVGAnimateTransformElement.h b/Source/core/svg/SVGAnimateTransformElement.h
|
| index f7e0023fd56d6ea591fd67de50b6c4f8ccd99e61..471dd2211a7cbb790bf4812f99d79a9329712ad9 100644
|
| --- a/Source/core/svg/SVGAnimateTransformElement.h
|
| +++ b/Source/core/svg/SVGAnimateTransformElement.h
|
| @@ -32,7 +32,7 @@ class AffineTransform;
|
|
|
| class SVGAnimateTransformElement FINAL : public SVGAnimateElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGAnimateTransformElement);
|
| + DECLARE_NODE_FACTORY(SVGAnimateTransformElement);
|
|
|
| SVGTransformType transformType() const { return m_type; }
|
|
|
|
|