| Index: Source/core/svg/SVGAnimatedRect.h
|
| diff --git a/Source/core/svg/SVGAnimatedRect.h b/Source/core/svg/SVGAnimatedRect.h
|
| index 348da473d73797f554a540fbfcb4d0b5a9fd439e..99233711714f5739041b5f312dcfe5a6d14ef892 100644
|
| --- a/Source/core/svg/SVGAnimatedRect.h
|
| +++ b/Source/core/svg/SVGAnimatedRect.h
|
| @@ -46,7 +46,7 @@ public:
|
|
|
| protected:
|
| SVGAnimatedRect(SVGElement* contextElement, const QualifiedName& attributeName)
|
| - : SVGAnimatedProperty<SVGRect>(contextElement, attributeName, SVGRect::create(SVGRect::InvalidSVGRectTag()))
|
| + : SVGAnimatedProperty<SVGRect>(contextElement, attributeName, SVGRect::createInvalid())
|
| {
|
| }
|
| };
|
|
|