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