DescriptionIntroduce WorkerThread::willShutdown()
Currently WorkerThreadTest is calling GCs in WorkerThread::willDestroyIsolate()
but it is too late because the WorkerScriptController is already gone.
It seems it is not causing any practical issue for some reason but is not nice.
(It starts causing crashes once I land https://codereview.chromium.org/1328653002/.)
This CL introduces WorkerThread::willShutdown() so that WorkerThreadTest can run
GCs before the WorkerScriptController gets destructed.
BUG=
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|