 Chromium Code Reviews
 Chromium Code Reviews Issue 1403643002:
  Rework list marker spacing for better web compatibility.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@472084_use_list_item_painter
    
  
    Issue 1403643002:
  Rework list marker spacing for better web compatibility.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@472084_use_list_item_painter| 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(); |