| Index: third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp b/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
 | 
| index 5f6d60807a964114156add7f39ee213263353938..f5bce49f862006149558e683d6532d8b2538cebc 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
 | 
| @@ -654,7 +654,7 @@ LayoutUnit RootInlineBox::verticalPositionForBox(
 | 
|      return box->parent()->logicalTop();
 | 
|  
 | 
|    LineLayoutBoxModel boxModel = box->boxModelObject();
 | 
| -  ASSERT(boxModel.isInline());
 | 
| +  DCHECK(boxModel.isInline());
 | 
|    if (!boxModel.isInline())
 | 
|      return LayoutUnit();
 | 
|  
 | 
| 
 |