[css-pseudo] Cleanup list markers exclusions from anonymous boxes
Some functions check whether a LayoutObject is anonymous, and then they exclude it if it's a list marker. However, since r745012, list markers can never be anonymous, they are always generated by a ::marker pseudo- element. Therefore, the condition is useless and can be removed. BUG=457718 Change-Id: I5e2636f68fab483838e8a5227ccace34b6de22cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250102Reviewed-by:Rune Lillesveen <futhark@chromium.org> Commit-Queue: Oriol Brufau <obrufau@igalia.com> Cr-Commit-Position: refs/heads/master@{#779781}
Showing
Please register or sign in to comment