| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index a6a949e465af92a7e47b69d289eebb46082deeaa..4dfbc73493cb7e3b7063d8da5aaf32d77d6cbee9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -3395,7 +3395,7 @@ LayoutUnit LayoutBox::computeReplacedLogicalHeightUsing(
|
|
|
| if (cb->isOutOfFlowPositioned() && cb->style()->height().isAuto() &&
|
| !(cb->style()->top().isAuto() || cb->style()->bottom().isAuto())) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(cb->isLayoutBlock());
|
| + SECURITY_DCHECK(cb->isLayoutBlock());
|
| LayoutBlock* block = toLayoutBlock(cb);
|
| LogicalExtentComputedValues computedValues;
|
| block->computeLogicalHeight(block->logicalHeight(), LayoutUnit(),
|
|
|