v8binding: Supports wrapper-tracing for pending IntersectionObservers.
IntersectionObservers are usually made alive through the observation target elements (ElementIntersectionObserverData). However, it's possible that the target element gets detached from the document while an observation event is being scheduled (while it's pending). Considering this corner case, IntersectionObserverController should take responsibility to make the sheduled IntersectionObservers alive. Bug: 792604 Change-Id: I63a435173d51025dcd4fd4276bc7cc1788e9a2bf Reviewed-on: https://chromium-review.googlesource.com/836575Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#525324}
Showing
Please register or sign in to comment