Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp |
diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
index 511902d3d4a03a8fe935876426676e118f883397..7b63d95540172295a102b6c86fd3aa235c0b6093 100644 |
--- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
+++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
@@ -29,7 +29,7 @@ |
namespace WebCore { |
-SVGFEDiffuseLightingElement::SVGFEDiffuseLightingElement(Document& document) |
+inline SVGFEDiffuseLightingElement::SVGFEDiffuseLightingElement(Document& document) |
: SVGFilterPrimitiveStandardAttributes(SVGNames::feDiffuseLightingTag, document) |
, m_diffuseConstant(SVGAnimatedNumber::create(this, SVGNames::diffuseConstantAttr, SVGNumber::create(1))) |
, m_surfaceScale(SVGAnimatedNumber::create(this, SVGNames::surfaceScaleAttr, SVGNumber::create(1))) |
@@ -44,6 +44,8 @@ SVGFEDiffuseLightingElement::SVGFEDiffuseLightingElement(Document& document) |
addToPropertyMap(m_in1); |
} |
+DEFINE_NODE_FACTORY(SVGFEDiffuseLightingElement) |
+ |
bool SVGFEDiffuseLightingElement::isSupportedAttribute(const QualifiedName& attrName) |
{ |
DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); |