| Index: Source/core/html/HTMLAllCollection.h
|
| diff --git a/Source/core/html/HTMLAllCollection.h b/Source/core/html/HTMLAllCollection.h
|
| index d8d4e122281167fccee761afab1668ef27617c5b..6d3d6fd4faf41ba93ab5595d3d12f053aa2d622e 100644
|
| --- a/Source/core/html/HTMLAllCollection.h
|
| +++ b/Source/core/html/HTMLAllCollection.h
|
| @@ -36,7 +36,7 @@ class HTMLAllCollection final : public HTMLCollection {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLAllCollection> create(ContainerNode&, CollectionType);
|
| - virtual ~HTMLAllCollection();
|
| + ~HTMLAllCollection() override;
|
|
|
| Element* namedItemWithIndex(const AtomicString& name, unsigned index) const;
|
| void namedGetter(const AtomicString& name, NodeListOrElement&);
|
|
|