| Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| index e7305dab6b562385aeab6c6f246675e9cd774350..72d93543489d40d84d4894e13ea2382bcc632eb3 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -455,9 +455,7 @@ enum EDisplay {
|
| TABLE_CAPTION, BOX, INLINE_BOX,
|
| FLEX, INLINE_FLEX,
|
| GRID, INLINE_GRID,
|
| - NONE,
|
| - FIRST_TABLE_DISPLAY = TABLE,
|
| - LAST_TABLE_DISPLAY = TABLE_CAPTION
|
| + NONE
|
| };
|
|
|
| enum EInsideLink {
|
|
|