| Index: Source/WebCore/svg/SVGAnimateColorElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGAnimateColorElement.cpp b/Source/WebCore/svg/SVGAnimateColorElement.cpp
|
| index a5995fb33efbd10187b7dff7829e59ab45d28a17..26137d7533c6462e8972f3e169428c0915490a66 100644
|
| --- a/Source/WebCore/svg/SVGAnimateColorElement.cpp
|
| +++ b/Source/WebCore/svg/SVGAnimateColorElement.cpp
|
| @@ -31,6 +31,7 @@ inline SVGAnimateColorElement::SVGAnimateColorElement(const QualifiedName& tagNa
|
| : SVGAnimateElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::animateColorTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<SVGAnimateColorElement> SVGAnimateColorElement::create(const QualifiedName& tagName, Document* document)
|
|
|