| Index: Source/core/dom/ClassCollection.h
|
| diff --git a/Source/core/dom/ClassCollection.h b/Source/core/dom/ClassCollection.h
|
| index 494861719a6f10673487a7efffe1edf80feea963..4487fbe939636e1bcd2a4279825edc809f3ac0a1 100644
|
| --- a/Source/core/dom/ClassCollection.h
|
| +++ b/Source/core/dom/ClassCollection.h
|
| @@ -46,7 +46,7 @@ public:
|
| return adoptRefWillBeNoop(new ClassCollection(rootNode, classNames));
|
| }
|
|
|
| - virtual ~ClassCollection();
|
| + ~ClassCollection() override;
|
|
|
| bool elementMatches(const Element&) const;
|
|
|
|
|