| Index: third_party/WebKit/Source/core/layout/line/LineWidth.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/line/LineWidth.cpp b/third_party/WebKit/Source/core/layout/line/LineWidth.cpp
 | 
| index 567d9cc68ab89e3730f7b6b469369bb9760a4c8f..bb39a543a158442f7f1e0f92cf821d10eb4c6ffb 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/line/LineWidth.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/line/LineWidth.cpp
 | 
| @@ -189,8 +189,8 @@ void LineWidth::wrapNextToShapeOutside(bool isFirstLine) {
 | 
|  }
 | 
|  
 | 
|  void LineWidth::fitBelowFloats(bool isFirstLine) {
 | 
| -  ASSERT(!m_committedWidth);
 | 
| -  ASSERT(!fitsOnLine());
 | 
| +  DCHECK(!m_committedWidth);
 | 
| +  DCHECK(!fitsOnLine());
 | 
|    m_block.placeNewFloats(m_block.logicalHeight(), this);
 | 
|  
 | 
|    LayoutUnit floatLogicalBottom;
 | 
| 
 |