DescriptionRevert of Fix SharedWorker leak when script load has failed. (https://codereview.chromium.org/424653002/)
Reason for revert:
May cause crash
Original issue's description:
> Fix SharedWorker leak when script load has failed.
>
> When SharedWorker script load has failed and the |WebSharedWorkerImpl|
> was explicit told to terminate, the |WebSharedWorkerImpl| instance
> was never deleted.
>
> This CL fixes the issue by invoking "delete this" when a worker thread
> instance does not exist in |stopWorkerThread()|.
>
> TEST=fast/workers/worker-crash-with-invalid-location.html doesn't leak when --enable-leak-detection
> BUG=364390
>
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179011
TBR=falken@chromium.org,tkent@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=364390
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179088
Patch Set 1 #
Created: 6 years, 4 months ago
(Patch set is too large to download)
Messages
Total messages: 4 (0 generated)
|