| 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 1f16f33bdc176bab45cf1f20cca852082a7fd922..699864ab36bb39230243b9aaa4abb154175b0635 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -431,7 +431,6 @@ enum class ECaptionSide : unsigned { Top, Bottom, Left, Right };
|
| enum class EListStylePosition : unsigned { Outside, Inside };
|
|
|
| enum class ECursor : unsigned {
|
| - // The following must match the order in CSSValueKeywords.in.
|
| Auto,
|
| Cross,
|
| Default,
|
| @@ -466,8 +465,6 @@ enum class ECursor : unsigned {
|
| AllScroll,
|
| WebkitGrab,
|
| WebkitGrabbing,
|
| -
|
| - // The following are handled as exceptions so don't need to match.
|
| Copy,
|
| None
|
| };
|
|
|