| Index: Source/WebCore/svg/SVGFEPointLightElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGFEPointLightElement.cpp b/Source/WebCore/svg/SVGFEPointLightElement.cpp
|
| index af611020a469c8d6868715d89c782de0c062c76c..d28aae99f728fc845ee138bbbad258cc3e8dabaf 100644
|
| --- a/Source/WebCore/svg/SVGFEPointLightElement.cpp
|
| +++ b/Source/WebCore/svg/SVGFEPointLightElement.cpp
|
| @@ -31,6 +31,7 @@ inline SVGFEPointLightElement::SVGFEPointLightElement(const QualifiedName& tagNa
|
| : SVGFELightElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::fePointLightTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<SVGFEPointLightElement> SVGFEPointLightElement::create(const QualifiedName& tagName, Document* document)
|
|
|