| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index e7c58fdf5e4aee6658a61dce262c897644f5a907..55cf0444de026ab6d120d4a87c310dc304f9162a 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -1482,7 +1482,7 @@ static CSSValue* valueForContentData(const ComputedStyle& style) {
|
| CSSCustomIdentValue::create(counter->identifier());
|
| CSSStringValue* separator = CSSStringValue::create(counter->separator());
|
| CSSValueID listStyleIdent = CSSValueNone;
|
| - if (counter->listStyle() != EListStyleType::NoneListStyle) {
|
| + if (counter->listStyle() != EListStyleType::None) {
|
| // TODO(sashab): Change this to use a converter instead of
|
| // CSSPrimitiveValueMappings.
|
| listStyleIdent =
|
|
|