| Index: Source/WebCore/svg/SVGFEFuncRElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGFEFuncRElement.cpp b/Source/WebCore/svg/SVGFEFuncRElement.cpp
|
| index 5f6ae784520f4a49d2dd13fca627828ec768e850..a94009048d10274ef4614ccc33e2065cfcb0faae 100644
|
| --- a/Source/WebCore/svg/SVGFEFuncRElement.cpp
|
| +++ b/Source/WebCore/svg/SVGFEFuncRElement.cpp
|
| @@ -30,6 +30,7 @@ inline SVGFEFuncRElement::SVGFEFuncRElement(const QualifiedName& tagName, Docume
|
| : SVGComponentTransferFunctionElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::feFuncRTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<SVGFEFuncRElement> SVGFEFuncRElement::create(const QualifiedName& tagName, Document* document)
|
|
|