| Index: Source/core/svg/SVGFEPointLightElement.h
|
| diff --git a/Source/core/svg/SVGFEPointLightElement.h b/Source/core/svg/SVGFEPointLightElement.h
|
| index b32b9516fb980de708812c7afd3ff6ba3ef37df0..1574aef0ccc4b0d20fde618c7ce2991edaccbb70 100644
|
| --- a/Source/core/svg/SVGFEPointLightElement.h
|
| +++ b/Source/core/svg/SVGFEPointLightElement.h
|
| @@ -31,7 +31,7 @@ public:
|
| private:
|
| explicit SVGFEPointLightElement(Document&);
|
|
|
| - virtual PassRefPtr<LightSource> lightSource() const;
|
| + virtual PassRefPtr<LightSource> lightSource() const OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|