[css-pseudo] Remove LayoutListMarker::list_item_
LayoutListMarker used to have a list_item_ member that was a pointer to the LayoutListItem that originated the marker. Now that markers are tree-abiding psedudo-elements, we can just get the pseudo-element node of the LayoutListMarker, retrieve its parent node, and obtain is associated LayoutObject. So this patch removes the no longer needed list_item_. This should have no effect in practice. BUG=457718 Change-Id: Ic4c4b1262feae32474fb279f2da7017ab081eeb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079112 Commit-Queue: Oriol Brufau <obrufau@igalia.com> Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#745434}
Showing
Please register or sign in to comment