| Index: Source/WebCore/svg/SVGStopElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGStopElement.cpp b/Source/WebCore/svg/SVGStopElement.cpp
|
| index af4f64244933e4cbb6bcb170dd5780c7ef4bbdec..311f94888754c41442524c04baac07b0aab63808 100644
|
| --- a/Source/WebCore/svg/SVGStopElement.cpp
|
| +++ b/Source/WebCore/svg/SVGStopElement.cpp
|
| @@ -46,6 +46,7 @@ inline SVGStopElement::SVGStopElement(const QualifiedName& tagName, Document* do
|
| , m_offset(0)
|
| {
|
| ASSERT(hasTagName(SVGNames::stopTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGStopElement();
|
| }
|
|
|
|
|