| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index 54eefdeada346199b0c8d21f8017b5202e457096..b79b33013d5956f6f48fc76eb81554dd326e6d13 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -444,7 +444,7 @@ enum ECursor {
|
|
|
| // The order of this enum must match the order of the display values in CSSValueKeywords.in.
|
| enum EDisplay {
|
| - INLINE, BLOCK, LIST_ITEM, RUN_IN, COMPACT, INLINE_BLOCK,
|
| + INLINE, BLOCK, LIST_ITEM, COMPACT, INLINE_BLOCK,
|
| TABLE, INLINE_TABLE, TABLE_ROW_GROUP,
|
| TABLE_HEADER_GROUP, TABLE_FOOTER_GROUP, TABLE_ROW,
|
| TABLE_COLUMN_GROUP, TABLE_COLUMN, TABLE_CELL,
|
|
|