Commit 2227f1c4 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Chromium LUCI CQ

Mark non-tree-scoped ListStyleType::ApplyValue() as not reached

The computed value of list-style-type should always be tree-scoped, so
this patch marks the non-tree-scoped version not-reached for sanity.

Bug: 687225
Change-Id: I06e671caf4dced6a92cba90ad6e585aa1c0df2d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596032
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Auto-Submit: Xiaocheng Hu <xiaochengh@chromium.org>
Reviewed-by: default avatarRune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837923}
parent d7a85743
......@@ -4418,7 +4418,7 @@ void ListStyleType::ApplyInherit(StyleResolverState& state) const {
void ListStyleType::ApplyValue(StyleResolverState& state,
const CSSValue& value) const {
ApplyValue(state, ScopedCSSValue(value, nullptr));
NOTREACHED();
}
void ListStyleType::ApplyValue(StyleResolverState& state,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment