| Index: Source/core/svg/SVGElementInstance.cpp
|
| diff --git a/Source/core/svg/SVGElementInstance.cpp b/Source/core/svg/SVGElementInstance.cpp
|
| index a7e5d02a4a5dd46a7ed9f2b563c7942afe741943..8fe25cc2e5985f6ceb515822ea57fd2d09f9dfb2 100644
|
| --- a/Source/core/svg/SVGElementInstance.cpp
|
| +++ b/Source/core/svg/SVGElementInstance.cpp
|
| @@ -51,6 +51,7 @@ SVGElementInstance::SVGElementInstance(SVGUseElement* correspondingUseElement, S
|
| {
|
| ASSERT(m_correspondingUseElement);
|
| ASSERT(m_element);
|
| + ScriptWrappable::init(this);
|
|
|
| // Register as instance for passed element.
|
| m_element->mapInstanceToElement(this);
|
|
|