| Index: Source/WebCore/svg/SVGFEOffsetElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGFEOffsetElement.cpp b/Source/WebCore/svg/SVGFEOffsetElement.cpp
|
| index dfa11d87c6ef620f1cc56bd8f749bf7ab08119e5..1f5da534094abee69499e587083d8b1139c64e04 100644
|
| --- a/Source/WebCore/svg/SVGFEOffsetElement.cpp
|
| +++ b/Source/WebCore/svg/SVGFEOffsetElement.cpp
|
| @@ -47,6 +47,7 @@ inline SVGFEOffsetElement::SVGFEOffsetElement(const QualifiedName& tagName, Docu
|
| : SVGFilterPrimitiveStandardAttributes(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::feOffsetTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGFEOffsetElement();
|
| }
|
|
|
|
|