| Index: Source/modules/serviceworkers/StashedPortCollection.h
|
| diff --git a/Source/modules/serviceworkers/StashedPortCollection.h b/Source/modules/serviceworkers/StashedPortCollection.h
|
| index caeab7b2c40a95374201d55bb14ca4575f21ca97..303645cbee81c93084de99f00855e6990b168063 100644
|
| --- a/Source/modules/serviceworkers/StashedPortCollection.h
|
| +++ b/Source/modules/serviceworkers/StashedPortCollection.h
|
| @@ -24,7 +24,7 @@ class MODULES_EXPORT StashedPortCollection final
|
| WTF_MAKE_NONCOPYABLE(StashedPortCollection);
|
| public:
|
| static StashedPortCollection* create(ExecutionContext*);
|
| - virtual ~StashedPortCollection();
|
| + ~StashedPortCollection() override;
|
|
|
| void addPorts(const StashedMessagePortArray&);
|
|
|
|
|