Bug 1756172 Comment 11 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

> repair this specific violation

More precisely actually this specific violation can be seen just a false-positive as we null out the `mWorkerPrivate` too early. [D138442](https://phabricator.services.mozilla.com/D138442) was wrong in claiming "Null out the mWorkerPrivate on WorkerGlobalScopeBase **when a worker ends**." as the worker really ceases to process events only later.
> repair this specific violation

More precisely actually this specific violation can be seen just as a false-positive as we null out the `mWorkerPrivate` too early. [D138442](https://phabricator.services.mozilla.com/D138442) was wrong in claiming "Null out the mWorkerPrivate on WorkerGlobalScopeBase **when a worker ends**." as the worker really ceases to process events only later.

Back to Bug 1756172 Comment 11