| Index: Source/core/svg/SVGScriptElement.cpp
|
| diff --git a/Source/core/svg/SVGScriptElement.cpp b/Source/core/svg/SVGScriptElement.cpp
|
| index 5d121fa6d2b34c82a2c8071ebe36d70d36c75fcc..0e2a41e873ffbbf7a9410b95468c45a299b8d6ac 100644
|
| --- a/Source/core/svg/SVGScriptElement.cpp
|
| +++ b/Source/core/svg/SVGScriptElement.cpp
|
| @@ -46,7 +46,6 @@ inline SVGScriptElement::SVGScriptElement(Document& document, bool wasInsertedBy
|
| , m_loader(ScriptLoader::create(this, wasInsertedByParser, alreadyStarted))
|
| {
|
| ScriptWrappable::init(this);
|
| - registerAnimatedPropertiesForSVGScriptElement();
|
| }
|
|
|
| PassRefPtr<SVGScriptElement> SVGScriptElement::create(Document& document, bool insertedByParser)
|
|
|