v8binding: Stops using the copyable ver of v8::Persistent.
I learnt that v8::Persistent provides two variations of copying. One actually copies, and the other actually shares the underlying slot. This patch changes CallbackFunctionBase::Persistent from the "share" version to the "copy" (= make another independent slot) version. Bug: 779036 Change-Id: I1fae7a1547af2abefa932458f398d8e2b50ecaa3 Reviewed-on: https://chromium-review.googlesource.com/798820Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#520528}
Showing
Please register or sign in to comment