| 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 c45ebe126090d8488234a29ce3e6f6f678725ff6..a88aa09eb673ebed99c822e09b94e6bea910bead 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -870,8 +870,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
|
| } else if (display() == EDisplay::ListItem) {
|
| if (m_inheritedData.m_listStyleType !=
|
| other.m_inheritedData.m_listStyleType ||
|
| - m_inheritedData.m_listStylePosition !=
|
| - other.m_inheritedData.m_listStylePosition)
|
| + listStylePosition() != other.listStylePosition())
|
| return true;
|
| }
|
|
|
|
|