| Index: Source/core/svg/SVGFEDropShadowElement.h
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.h b/Source/core/svg/SVGFEDropShadowElement.h
|
| index b0e1cc257c6a33088fce6f96850a3d0b605956e5..7227fed57818a15f562191913a717470fe312a88 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.h
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.h
|
| @@ -29,7 +29,7 @@ namespace WebCore {
|
|
|
| class SVGFEDropShadowElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGFEDropShadowElement);
|
| + DECLARE_NODE_FACTORY(SVGFEDropShadowElement);
|
|
|
| void setStdDeviation(float stdDeviationX, float stdDeviationY);
|
|
|
|
|