Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[layout] Fix null-deref when attempting to mark a scrollbar for layout
Custom scrollbar parts are weird in that they don't have a parent. We'd unconditionally attempt to access their containing block causing a null-deref. Fixed: 355016913 Change-Id: I9c32cf7efc00543021111bb3eaa1e8488052264f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5760674 Reviewed-by: David Grogan <[email protected]> Commit-Queue: Ian Kilpatrick <[email protected]> Cr-Commit-Position: refs/heads/main@{#1337141}
- Loading branch information