Bug 209906 - ServiceWorkerFetchTask::timeoutTimerFired should not call contextClosed
Summary: ServiceWorkerFetchTask::timeoutTimerFired should not call contextClosed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
: 209905 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-04-02 08:39 PDT by youenn fablet
Modified: 2020-04-04 13:08 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.97 KB, patch)
2020-04-02 08:43 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2020-04-02 08:39:21 PDT
contextClosed should only be called from the context connection destructor.
Comment 1 youenn fablet 2020-04-02 08:39:51 PDT
<rdar://problem/61207801>
Comment 2 youenn fablet 2020-04-02 08:43:35 PDT
Created attachment 395269 [details]
Patch
Comment 3 Ryan Haddad 2020-04-02 16:03:06 PDT
EWS is green. Is this good for review?
Comment 4 EWS 2020-04-03 08:21:32 PDT
Committed r259460: <https://trac.webkit.org/changeset/259460>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 395269 [details].
Comment 5 Alexey Proskuryakov 2020-04-04 13:08:37 PDT
*** Bug 209905 has been marked as a duplicate of this bug. ***