| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 204d91b299d49464653df023e0f7dcc435d04ef8..218cdd889c51607613a2fa5586f415df853f6291 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -830,7 +830,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
|
| (borderRightStyle() == BorderStyleNone &&
|
| other.borderRightStyle() == BorderStyleHidden)))
|
| return true;
|
| - } else if (display() == EDisplay::ListItem) {
|
| + } else if (display() == EDisplay::kListItem) {
|
| if (listStyleType() != other.listStyleType() ||
|
| listStylePosition() != other.listStylePosition())
|
| return true;
|
|
|