Index: Source/core/svg/SVGFESpotLightElement.cpp |
diff --git a/Source/core/svg/SVGFESpotLightElement.cpp b/Source/core/svg/SVGFESpotLightElement.cpp |
index 4f267641329d2bc9f9cddfb865f3e1f0a9d838ad..7df5ba58bcbb1ddd7f7f73a70b229946e15e8fc8 100644 |
--- a/Source/core/svg/SVGFESpotLightElement.cpp |
+++ b/Source/core/svg/SVGFESpotLightElement.cpp |
@@ -25,12 +25,14 @@ |
namespace WebCore { |
-SVGFESpotLightElement::SVGFESpotLightElement(Document& document) |
+inline SVGFESpotLightElement::SVGFESpotLightElement(Document& document) |
: SVGFELightElement(SVGNames::feSpotLightTag, document) |
{ |
ScriptWrappable::init(this); |
} |
+DEFINE_NODE_FACTORY(SVGFESpotLightElement) |
+ |
PassRefPtr<LightSource> SVGFESpotLightElement::lightSource() const |
{ |
FloatPoint3D pos(x()->currentValue()->value(), y()->currentValue()->value(), z()->currentValue()->value()); |