Index: Source/core/svg/SVGFEDistantLightElement.cpp |
diff --git a/Source/core/svg/SVGFEDistantLightElement.cpp b/Source/core/svg/SVGFEDistantLightElement.cpp |
index a1c26765647ec94b4fe0f3280c20d8341df9e4d0..9687798afcfd2fcfba83b7d64289bab270adf8e7 100644 |
--- a/Source/core/svg/SVGFEDistantLightElement.cpp |
+++ b/Source/core/svg/SVGFEDistantLightElement.cpp |
@@ -28,7 +28,6 @@ namespace blink { |
inline SVGFEDistantLightElement::SVGFEDistantLightElement(Document& document) |
: SVGFELightElement(SVGNames::feDistantLightTag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGFEDistantLightElement) |