| Index: third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListItem.cpp b/third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| index d2193b75f734c0975874371cbf9e68fc1f64af25..66fb816dff564a7852117c21ec76bbde1eccc913 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| @@ -52,7 +52,7 @@ void LayoutListItem::styleDidChange(StyleDifference diff,
|
| LayoutBlockFlow::styleDidChange(diff, oldStyle);
|
|
|
| StyleImage* currentImage = style()->listStyleImage();
|
| - if (style()->listStyleType() != EListStyleType::None ||
|
| + if (style()->listStyleType() != EListStyleType::kNone ||
|
| (currentImage && !currentImage->errorOccurred())) {
|
| if (!m_marker)
|
| m_marker = LayoutListMarker::createAnonymous(this);
|
|
|