| Index: Source/WebCore/svg/SVGLinearGradientElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGLinearGradientElement.cpp b/Source/WebCore/svg/SVGLinearGradientElement.cpp
|
| index 988168b82e0aee90418fb9001994596b42339145..ac66bb1889187ee19274b50965e0b94dc158e079 100644
|
| --- a/Source/WebCore/svg/SVGLinearGradientElement.cpp
|
| +++ b/Source/WebCore/svg/SVGLinearGradientElement.cpp
|
| @@ -63,6 +63,7 @@ inline SVGLinearGradientElement::SVGLinearGradientElement(const QualifiedName& t
|
| {
|
| // Spec: If the x2 attribute is not specified, the effect is as if a value of "100%" were specified.
|
| ASSERT(hasTagName(SVGNames::linearGradientTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGLinearGradientElement();
|
| }
|
|
|
|
|