| Index: Source/WebCore/svg/SVGForeignObjectElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGForeignObjectElement.cpp b/Source/WebCore/svg/SVGForeignObjectElement.cpp
|
| index fad019026b08691a0ee11df5eb0c0aee7c38f2dd..43c7100045ac193e5ef8cb9583a8ca9f554fb01a 100644
|
| --- a/Source/WebCore/svg/SVGForeignObjectElement.cpp
|
| +++ b/Source/WebCore/svg/SVGForeignObjectElement.cpp
|
| @@ -62,6 +62,7 @@ inline SVGForeignObjectElement::SVGForeignObjectElement(const QualifiedName& tag
|
| , m_height(LengthModeHeight)
|
| {
|
| ASSERT(hasTagName(SVGNames::foreignObjectTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGForeignObjectElement();
|
| }
|
|
|
|
|