| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| index 79f4c106b35ec839dde3d9545f37808d88aad3b9..01b8532e3b8b959005fd10d1ccfac7a27849ae27 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| @@ -829,7 +829,7 @@ void LayoutTableSection::updateBaselineForCell(LayoutTableCell* cell,
|
| }
|
|
|
| int LayoutTableSection::calcRowLogicalHeight() {
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| SetLayoutNeededForbiddenScope layoutForbiddenScope(*this);
|
| #endif
|
|
|
| @@ -1120,7 +1120,7 @@ static bool shouldFlexCellChild(LayoutObject* cellDescendant) {
|
| }
|
|
|
| void LayoutTableSection::layoutRows() {
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| SetLayoutNeededForbiddenScope layoutForbiddenScope(*this);
|
| #endif
|
|
|
|
|