| Index: Source/core/dom/TagCollection.h
|
| diff --git a/Source/core/dom/TagCollection.h b/Source/core/dom/TagCollection.h
|
| index 296ca1375eb4212a35269a31e2f8c3b2b833f0ac..519792f229223e86e94fc9a8a6739e2e146b6954 100644
|
| --- a/Source/core/dom/TagCollection.h
|
| +++ b/Source/core/dom/TagCollection.h
|
| @@ -44,7 +44,7 @@ public:
|
| return adoptRefWillBeNoop(new TagCollection(rootNode, TagCollectionType, starAtom, localName));
|
| }
|
|
|
| - virtual ~TagCollection();
|
| + ~TagCollection() override;
|
|
|
| bool elementMatches(const Element&) const;
|
|
|
|
|