Index: Source/core/html/HTMLFormControlsCollection.h |
diff --git a/Source/core/html/HTMLFormControlsCollection.h b/Source/core/html/HTMLFormControlsCollection.h |
index 3ce4d99ab148ab6b24fb22df4430d9c5aae12494..e9f1f33e4512f67d2e0013e9cda39d7e33db35c5 100644 |
--- a/Source/core/html/HTMLFormControlsCollection.h |
+++ b/Source/core/html/HTMLFormControlsCollection.h |
@@ -42,7 +42,7 @@ public: |
virtual ~HTMLFormControlsCollection(); |
- virtual Node* namedItem(const AtomicString& name) const; |
+ virtual Node* namedItem(const AtomicString& name) const OVERRIDE; |
void namedGetter(const AtomicString& name, bool&, RefPtr<RadioNodeList>&, bool&, RefPtr<Node>&); |
private: |