Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index ada8a6f27d749211161a7c97adb9be4a9fe42380..78b9e255a8a51b55a2d70987233d3fd7ca7b9d7d 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -618,7 +618,7 @@ public: |
unsigned short compareDocumentPositionInternal(const Node*, ShadowTreesTreatment) const; |
- virtual Node* toNode(); |
+ virtual Node* toNode() OVERRIDE FINAL; |
virtual const AtomicString& interfaceName() const OVERRIDE; |
virtual ExecutionContext* executionContext() const OVERRIDE; |