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