| 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 75bb0ccfb48c5c5be053575525fcab0c7b35815c..8b43779bef04acb8040ef5bb4a25cc59f5261f08 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -467,8 +467,6 @@ enum class ECursor : unsigned {
|
| None
|
| };
|
|
|
| -// The order of this enum must match the order of the display values in
|
| -// CSSValueKeywords.in.
|
| enum class EDisplay : unsigned {
|
| Inline,
|
| Block,
|
|
|