| Index: Source/WebCore/svg/SVGFETileElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGFETileElement.cpp b/Source/WebCore/svg/SVGFETileElement.cpp
|
| index 12b2d2838b1304770a76400c02ed00cdec9424f5..c145110311105e52c66d798d8c581582087feb6c 100644
|
| --- a/Source/WebCore/svg/SVGFETileElement.cpp
|
| +++ b/Source/WebCore/svg/SVGFETileElement.cpp
|
| @@ -44,6 +44,7 @@ inline SVGFETileElement::SVGFETileElement(const QualifiedName& tagName, Document
|
| : SVGFilterPrimitiveStandardAttributes(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::feTileTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGFETileElement();
|
| }
|
|
|
|
|