Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Null-check LayoutObject in InvalidateFilterData
In some Destroy() code-paths (in this specific case LayoutObjectChildList::DestroyLeftoverChildren) the LayoutObject pointer in Element (Node) will have been cleared before Destroy() is called, so since we access the LayoutObject via the Element in this function we need to make sure it's still present (even though we have the LayoutObject a bit further up the callstack). Bug: 1191089 Change-Id: I7ba46e8b06205fc09d975c4aa8a73cb448379039 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2780670 Reviewed-by: Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#866040}
- Loading branch information