v8binding: Makes WindowProxy::global_proxy_ a weak reference when detached.
Once the context's frame is detached from the DOM, we shouldn't hold a strong reference to v8::Context. This CL makes WindowProxy::global_proxy_ a weak reference once the frame is detached. This CL is a preparation of https://crrev.com/2713623002 . BUG= Review-Url: https://codereview.chromium.org/2811943003 Cr-Commit-Position: refs/heads/master@{#464304}
Showing
Please register or sign in to comment