| Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| index d1c5f99454c92fcc0afca68a6a31b76a164f570f..c1881acbdf23baf48014f04feebc86a1023e4cf0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| @@ -1470,7 +1470,7 @@ void LayoutBlock::computeBlockPreferredLogicalWidths(
|
| LayoutUnit& minLogicalWidth,
|
| LayoutUnit& maxLogicalWidth) const {
|
| const ComputedStyle& styleToUse = styleRef();
|
| - bool nowrap = styleToUse.whiteSpace() == NOWRAP;
|
| + bool nowrap = styleToUse.whiteSpace() == EWhiteSpace::Nowrap;
|
|
|
| LayoutObject* child = firstChild();
|
| LayoutBlock* containingBlock = this->containingBlock();
|
|
|