[wrapper-tracing] CHECK against isWrapperTracingForbidden instead of isGCForbidden
We only require proper tracing functionality but don't trigger any collection on the Oilpan heap. Introduce a new getter ThreadState::isWrapperTracingForbidden() for that purpose. Drive-by: CHECK on calling v8::Function that we are indeed allowed to trace wrappers. BUG=chromium:468240 Review-Url: https://codereview.chromium.org/2532133003 Cr-Commit-Position: refs/heads/master@{#434994}
Showing
Please register or sign in to comment