Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc |
index 6d83e37de5c453f60eea907d260f0c83936df901..0890ba12547e18c92e06313ef122035d39f6eb52 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc |
@@ -164,7 +164,7 @@ bool IsNewFormattingContextForInFlowBlockLevelChild( |
EDisplay display = style.display(); |
if (display == EDisplay::Grid || display == EDisplay::Flex || |
- display == EDisplay::Box) |
+ display == EDisplay::WebkitBox) |
return true; |
if (space.WritingMode() != FromPlatformWritingMode(style.getWritingMode())) |