| Index: Source/core/svg/SVGAnimateTransformElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateTransformElement.cpp b/Source/core/svg/SVGAnimateTransformElement.cpp
|
| index 4b440f848d03a09c0652c95141fffe865d016c9e..fdfd4c408854e18d7ee16810338b5b01a25c0310 100644
|
| --- a/Source/core/svg/SVGAnimateTransformElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateTransformElement.cpp
|
| @@ -29,13 +29,15 @@
|
|
|
| namespace WebCore {
|
|
|
| -SVGAnimateTransformElement::SVGAnimateTransformElement(Document& document)
|
| +inline SVGAnimateTransformElement::SVGAnimateTransformElement(Document& document)
|
| : SVGAnimateElement(SVGNames::animateTransformTag, document)
|
| , m_type(SVG_TRANSFORM_UNKNOWN)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| +DEFINE_NODE_FACTORY(SVGAnimateTransformElement)
|
| +
|
| bool SVGAnimateTransformElement::hasValidAttributeType()
|
| {
|
| SVGElement* targetElement = this->targetElement();
|
|
|