| 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 e9f4bc47d90bf3ef4e1b494a2240f9bef1c029e7..bc6d4a2e727c0f8e502f1096fe60b661b01317c0 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
|
| };
|
|
|