Index: Source/core/svg/SVGImageLoader.h |
diff --git a/Source/core/svg/SVGImageLoader.h b/Source/core/svg/SVGImageLoader.h |
index 38842e3fee94c99ee1ccf1dc29690bad8e06c26d..fc9de7e7fde73d2c08829008828d7e3618c2eb95 100644 |
--- a/Source/core/svg/SVGImageLoader.h |
+++ b/Source/core/svg/SVGImageLoader.h |
@@ -26,13 +26,13 @@ namespace WebCore { |
class SVGImageElement; |
-class SVGImageLoader : public ImageLoader { |
+class SVGImageLoader FINAL : public ImageLoader { |
public: |
SVGImageLoader(SVGImageElement*); |
private: |
- virtual void dispatchLoadEvent(); |
- virtual String sourceURI(const AtomicString&) const; |
+ virtual void dispatchLoadEvent() OVERRIDE; |
+ virtual String sourceURI(const AtomicString&) const OVERRIDE; |
}; |
} // namespace WebCore |