| Index: Source/WebCore/svg/SVGFESpecularLightingElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGFESpecularLightingElement.cpp b/Source/WebCore/svg/SVGFESpecularLightingElement.cpp
|
| index 99ec9dc4027a5883482fcc6149d0d6b8ff3344fc..5188fefa295b275e06bdafbe9f00002063c03588 100644
|
| --- a/Source/WebCore/svg/SVGFESpecularLightingElement.cpp
|
| +++ b/Source/WebCore/svg/SVGFESpecularLightingElement.cpp
|
| @@ -61,6 +61,7 @@ inline SVGFESpecularLightingElement::SVGFESpecularLightingElement(const Qualifie
|
| , m_surfaceScale(1)
|
| {
|
| ASSERT(hasTagName(SVGNames::feSpecularLightingTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGFESpecularLightingElement();
|
| }
|
|
|
|
|