| Index: Source/core/svg/SVGFEDistantLightElement.h
|
| diff --git a/Source/core/svg/SVGFEDistantLightElement.h b/Source/core/svg/SVGFEDistantLightElement.h
|
| index a32c938c3032124daea280fbe3a6c7b17edc3881..521e4b453f919c9be88c98052c081ed48dc68b68 100644
|
| --- a/Source/core/svg/SVGFEDistantLightElement.h
|
| +++ b/Source/core/svg/SVGFEDistantLightElement.h
|
| @@ -26,7 +26,7 @@ namespace WebCore {
|
|
|
| class SVGFEDistantLightElement FINAL : public SVGFELightElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGFEDistantLightElement);
|
| + DECLARE_NODE_FACTORY(SVGFEDistantLightElement);
|
|
|
| private:
|
| explicit SVGFEDistantLightElement(Document&);
|
|
|