DescriptionRename workerGlobalScopeDestroyed to workerThreadTerminated
This is a follow-up fix for https://codereview.chromium.org/462423003/.
It's inconsistent that workerGlobalScopeDestroyed is called while
workerGlobalScopeStarted is not called. In fact, workerGlobalScopeDestroyed
is a signal to let the WorkerMessagingProxy know that the worker thread
is terminated, it should be renamed to workerThreadTerminated.
BUG=403179
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180254
Patch Set 1 #Messages
Total messages: 13 (0 generated)
|