| Index: Source/core/svg/SVGFEPointLightElement.h
|
| diff --git a/Source/core/svg/SVGFEPointLightElement.h b/Source/core/svg/SVGFEPointLightElement.h
|
| index 9cf84c87eb227bcf448d2f93756f78b21b068afa..2a8c60f2477ef5b7e21918f6139c18ac60f6c01f 100644
|
| --- a/Source/core/svg/SVGFEPointLightElement.h
|
| +++ b/Source/core/svg/SVGFEPointLightElement.h
|
| @@ -32,7 +32,7 @@ public:
|
| private:
|
| explicit SVGFEPointLightElement(Document&);
|
|
|
| - virtual PassRefPtr<LightSource> lightSource(Filter*) const override;
|
| + PassRefPtr<LightSource> lightSource(Filter*) const override;
|
| };
|
|
|
| } // namespace blink
|
|
|