Index: Source/core/svg/SVGDocument.h |
diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h |
index a9b3392c39839c291034396f14871253bc6459c2..fd9a4f239708cc7fbe5016a896f93650c01a38b8 100644 |
--- a/Source/core/svg/SVGDocument.h |
+++ b/Source/core/svg/SVGDocument.h |
@@ -45,12 +45,12 @@ public: |
void startPan(const FloatPoint& start); |
void updatePan(const FloatPoint& pos) const; |
- virtual PassRefPtr<Document> cloneDocumentWithoutChildren() OVERRIDE FINAL; |
+ virtual PassRefPtr<Document> cloneDocumentWithoutChildren() OVERRIDE; |
private: |
explicit SVGDocument(const DocumentInit&); |
- virtual bool childShouldCreateRenderer(const Node& child) const; |
+ virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE; |
FloatPoint m_translate; |
}; |