| Index: Source/modules/serviceworkers/RespondWithObserver.h
|
| diff --git a/Source/modules/serviceworkers/RespondWithObserver.h b/Source/modules/serviceworkers/RespondWithObserver.h
|
| index ebb46c42f87477e59ec31e16e99fe221726d9309..24639384e9653513cdff4033044b4c6d1d9012ad 100644
|
| --- a/Source/modules/serviceworkers/RespondWithObserver.h
|
| +++ b/Source/modules/serviceworkers/RespondWithObserver.h
|
| @@ -25,7 +25,7 @@ class MODULES_EXPORT RespondWithObserver final : public GarbageCollectedFinalize
|
| public:
|
| static RespondWithObserver* create(ExecutionContext*, int eventID, WebURLRequest::FetchRequestMode, WebURLRequest::FrameType);
|
|
|
| - virtual void contextDestroyed() override;
|
| + void contextDestroyed() override;
|
|
|
| void didDispatchEvent(bool defaultPrevented);
|
|
|
|
|