| Index: third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListItem.h b/third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| index 458c581f026508ed91a7688e04bfd1c60f249193..38dae806b6297fa4890630f4d37797b09b4deb86 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| @@ -36,9 +36,8 @@ public:
|
|
|
| int value() const
|
| {
|
| - if (!m_isValueUpToDate) {
|
| + if (!m_isValueUpToDate)
|
| updateValueNow();
|
| - }
|
| return m_value;
|
| }
|
| void updateValue();
|
|
|