Index: Source/core/html/LabelsNodeList.h |
diff --git a/Source/core/html/LabelsNodeList.h b/Source/core/html/LabelsNodeList.h |
index 7953a73bd2ef896f5b6c44507ddfdf11c9062b7b..d1d250f6ea20cd44fd0005916c32d9aa13abd16c 100644 |
--- a/Source/core/html/LabelsNodeList.h |
+++ b/Source/core/html/LabelsNodeList.h |
@@ -30,7 +30,7 @@ |
namespace blink { |
-class LabelsNodeList FINAL : public LiveNodeList { |
+class LabelsNodeList final : public LiveNodeList { |
public: |
static PassRefPtrWillBeRawPtr<LabelsNodeList> create(ContainerNode& ownerNode, CollectionType type) |
{ |
@@ -43,7 +43,7 @@ public: |
protected: |
explicit LabelsNodeList(ContainerNode&); |
- virtual bool elementMatches(const Element&) const OVERRIDE; |
+ virtual bool elementMatches(const Element&) const override; |
}; |
} // namespace blink |