| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
|
| index 805d8f84546f07635e5950ad102987a2b3d9c731..d804118d05b16c7e11e8d2820fac02ada1a72d53 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
|
| @@ -106,7 +106,7 @@ LayoutUnit LayoutMultiColumnSpannerPlaceholder::maxPreferredLogicalWidth()
|
| }
|
|
|
| void LayoutMultiColumnSpannerPlaceholder::layout() {
|
| - ASSERT(needsLayout());
|
| + DCHECK(needsLayout());
|
|
|
| // The placeholder, like any other block level object, has its logical top
|
| // calculated and set before layout. Copy this to the actual column-span:all
|
|
|