Index: Source/core/svg/SVGElementInstance.h |
diff --git a/Source/core/svg/SVGElementInstance.h b/Source/core/svg/SVGElementInstance.h |
index d41e0ad49ec7e2a923dc510b7f7c9be3c4c32126..8ae0bfa6074f5e1dec302fab7ba6d15a57ccadf1 100644 |
--- a/Source/core/svg/SVGElementInstance.h |
+++ b/Source/core/svg/SVGElementInstance.h |
@@ -150,7 +150,7 @@ private: |
void removedLastRef(); |
bool hasTreeSharedParent() const { return !!m_parentInstance; } |
- virtual Node* toNode(); |
+ virtual Node* toNode() OVERRIDE; |
void appendChild(PassRefPtr<SVGElementInstance> child); |
void setShadowTreeElement(SVGElement*); |