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