Index: Source/core/html/LabelsNodeList.h |
diff --git a/Source/core/html/LabelsNodeList.h b/Source/core/html/LabelsNodeList.h |
index 0e5b125ca69738007614a9584ece1120ef75b3e7..35f36c3ecefec83f17f207f8dc80bc9210fa88b1 100644 |
--- a/Source/core/html/LabelsNodeList.h |
+++ b/Source/core/html/LabelsNodeList.h |
@@ -43,7 +43,7 @@ public: |
protected: |
explicit LabelsNodeList(Node*); |
- virtual bool nodeMatches(Element*) const; |
+ virtual bool nodeMatches(Element*) const OVERRIDE; |
}; |
} // namespace WebCore |