v8binding: Fixes wrapper-tracing at ScriptedIdleTaskController::RunCallback.
This might be a similar issue to https://crrev.com/c/824322 . An idle task (callback function) is removed from the target of wrapper-tracing during its use. This might be a cause of crashes at ScriptedIdleTaskController. This patch fixes it to hold the object until the end of its use. Bug: 792604 Change-Id: I2ec7f7a78f13334778575c96708f45a4cf8da3b5 Reviewed-on: https://chromium-review.googlesource.com/824008 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#525284}
Showing
Please register or sign in to comment