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