| Index: Source/core/svg/SVGFESpecularLightingElement.h
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.h b/Source/core/svg/SVGFESpecularLightingElement.h
|
| index c76012a2a3a01cf652efccf258d7481739d4ed2d..7847d31035a3709232961e85b63b272aa5506f45 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.h
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.h
|
| @@ -33,7 +33,7 @@ namespace WebCore {
|
|
|
| class SVGFESpecularLightingElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGFESpecularLightingElement);
|
| + DECLARE_NODE_FACTORY(SVGFESpecularLightingElement);
|
| void lightElementAttributeChanged(const SVGFELightElement*, const QualifiedName&);
|
|
|
| SVGAnimatedNumber* specularConstant() { return m_specularConstant.get(); }
|
|
|