| commit | e60df82a17421fbdc64e1798ba65ad27370e5d5f | [log] [tgz] |
|---|---|---|
| author | yhirano <yhirano@chromium.org> | Tue Jul 19 15:03:30 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 19 15:05:50 2016 |
| tree | 3d8e56a3647831235d707697cf4ce912bffb6d03 | |
| parent | 40467482bb87261d7c5bb8012486839d30e8b3c8 [diff] |
Move WorkerThreadLifecycleObserver::contextDestroyed out of SafePointScope Oilpan forbids to allocate objects in a SafePointScope. It is too restrictive for WorkerThreadLifecycleObserver::contextDestroyed, so this CL moves the WorkerThreadLifecycleContext::notifyContextDestroyed call out of SafePointScope. BUG=587663 Review-Url: https://codereview.chromium.org/2161923002 Cr-Commit-Position: refs/heads/master@{#406275}