| Index: third_party/WebKit/Source/core/frame/LayoutSubtreeRootList.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LayoutSubtreeRootList.cpp b/third_party/WebKit/Source/core/frame/LayoutSubtreeRootList.cpp
|
| index 357b1371512b0f731ed722f18a8394056a59aaf9..80c93039285c5e2345c869e6a17ef635388efe35 100644
|
| --- a/third_party/WebKit/Source/core/frame/LayoutSubtreeRootList.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LayoutSubtreeRootList.cpp
|
| @@ -15,7 +15,7 @@ void LayoutSubtreeRootList::ClearAndMarkContainingBlocksForLayout() {
|
| }
|
|
|
| LayoutObject* LayoutSubtreeRootList::RandomRoot() {
|
| - ASSERT(!IsEmpty());
|
| + DCHECK(!IsEmpty());
|
| return *Unordered().begin();
|
| }
|
|
|
|
|