Clear WorkerGlobalScope::m_thread in WorkerGlobalScope::dispose()
WorkerGlobalScope::m_thread was intentionally not cleared due to destruction ordering issues in Oilpan (*), but I think the issue had existed only in the transition period. This CL adds code to clear WorkerGlobalScope::m_thread in WorkerGlobalScope::dispose(). (*) https://chromium.googlesource.com/chromium/src/+/58f0cf11c7e11bc0dcdd09c08912625b89ba97bb BUG= Review-Url: https://codereview.chromium.org/2024033002 Cr-Commit-Position: refs/heads/master@{#398254}
Showing
Please register or sign in to comment