Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
index 1785f378be07b67864566d4bd11644377e68283e..82fd7a15caf2c0a69efa1ce741f551079e423a5f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
@@ -204,8 +204,8 @@ LayoutObject* LayoutObject::createObject(Element* element, |
return new LayoutTableCell(element); |
case EDisplay::TableCaption: |
return new LayoutTableCaption(element); |
- case EDisplay::Box: |
- case EDisplay::InlineBox: |
+ case EDisplay::WebkitBox: |
+ case EDisplay::WebkitInlineBox: |
return new LayoutDeprecatedFlexibleBox(*element); |
case EDisplay::Flex: |
case EDisplay::InlineFlex: |