Commit 3a277a4f authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

bindings: Remove detached'ness propagation from Blink

Avoids the propagation of the detached'ness state of DOM nodes.
Instead, the state is just passed in as embedder data field, which
is then picked up by the DevTools front end to compute the same
information.

This allows a unified heap implementation in V8 to be independent
of the detached'ness state of DOM nodes.

Dependencies:
- https://crrev.com/c/2332174
- https://crrev.com/c/2328862

Bug: chromium:1110816
Change-Id: Iecae3cfaf5177e53958e468ae7342548a8e4e184
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332442
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: default avatarUlan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808400}
parent b224ac04
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment