Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ResizeObserver lifecycle DCHECK
LocalFrameView::NotifyResizeObservers had a DCHECK that the lifecycle was clean, but this can be violated if an earlier resize observer (from a different frame) dirtied the tree. We can safely remove this DCHECK and continue for the same reasons that we continue when a modification occurs in the presence of two same-frame resize observers. Bug: 1368458 Change-Id: I5d486d9194e311f1d71ae94e4f688eccbc744fd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5160333 Auto-Submit: Philip Rogers <[email protected]> Reviewed-by: Stefan Zager <[email protected]> Commit-Queue: Philip Rogers <[email protected]> Cr-Commit-Position: refs/heads/main@{#1244944}
- Loading branch information