| 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 2c7650cb82948873b2ef0bb93256544c3fb67089..b8055d1ae7d82e6e6391204d6c79714d1dea7818 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| @@ -523,7 +523,7 @@ void LayoutListItem::UpdateListMarkerNumbers() {
|
| return;
|
|
|
| Node* list_node = EnclosingList(this);
|
| - DCHECK(list_node);
|
| + CHECK(list_node);
|
|
|
| bool is_list_reversed = false;
|
| HTMLOListElement* o_list_element =
|
|
|