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