| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_input_node.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_input_node.cc b/third_party/WebKit/Source/core/layout/ng/ng_layout_input_node.cc
|
| index 805afbe40ad828ffecc929392301ef48c3f5fe11..71273e9d8812b1c873050872c0045554fbebd6ec 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_input_node.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_input_node.cc
|
| @@ -20,7 +20,7 @@ NGLayoutAlgorithm* NGLayoutInputNode::AlgorithmForInputNode(
|
| // At least for now, this should never be called on LegacyInline
|
| // children. However, there will be other kinds of input_node so
|
| // it makes sense to do this here.
|
| - DCHECK(input_node->Type() == LegacyBlock);
|
| + DCHECK(input_node->Type() == kLegacyBlock);
|
| NGBlockNode* block = toNGBlockNode(input_node);
|
|
|
| if (block->HasInlineChildren())
|
|
|