Index: Source/core/dom/TagNodeList.h |
diff --git a/Source/core/dom/TagNodeList.h b/Source/core/dom/TagNodeList.h |
index 8ec41937666361df55aa2b014aa4c0c57b293fdd..430609724424cfc693fada1888417aaf86b7d1e7 100644 |
--- a/Source/core/dom/TagNodeList.h |
+++ b/Source/core/dom/TagNodeList.h |
@@ -50,7 +50,7 @@ public: |
protected: |
TagNodeList(PassRefPtr<Node> rootNode, CollectionType, const AtomicString& namespaceURI, const AtomicString& localName); |
- virtual bool nodeMatches(Element*) const; |
+ virtual bool nodeMatches(Element*) const OVERRIDE; |
AtomicString m_namespaceURI; |
AtomicString m_localName; |