| Index: Source/core/html/HTMLCollection.h
|
| diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h
|
| index 2270e882dae029a62ab36cefed8ec4d78d483826..2b063cd83f7e50c988a74eb2e6e5f8b35e981576 100644
|
| --- a/Source/core/html/HTMLCollection.h
|
| +++ b/Source/core/html/HTMLCollection.h
|
| @@ -43,7 +43,7 @@ public:
|
|
|
| static PassRefPtrWillBeRawPtr<HTMLCollection> create(ContainerNode& base, CollectionType);
|
| virtual ~HTMLCollection();
|
| - virtual void invalidateCache(Document* oldDocument = 0) const override;
|
| + void invalidateCache(Document* oldDocument = 0) const override;
|
| void invalidateCacheForAttribute(const QualifiedName*) const;
|
|
|
| // DOM API
|
|
|