| Index: Source/core/svg/SVGFEDiffuseLightingElement.h
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.h b/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| index 1848fe6b7db8c00b5418621823f289179d4825d2..1c57abe1945ea5c8435f2cd98d91f3253cbed161 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| @@ -33,7 +33,7 @@ class FEDiffuseLighting;
|
|
|
| class SVGFEDiffuseLightingElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGFEDiffuseLightingElement);
|
| + DECLARE_NODE_FACTORY(SVGFEDiffuseLightingElement);
|
| void lightElementAttributeChanged(const SVGFELightElement*, const QualifiedName&);
|
|
|
| SVGAnimatedNumber* diffuseConstant() { return m_diffuseConstant.get(); }
|
|
|