| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index a780f4296411c6eee4642d047f93fda3244c598f..abb80baff245dc63521fe3018d22931296705a01 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -2547,7 +2547,7 @@ const CSSValue* ComputedStyleCSSValueMapping::get(CSSPropertyID propertyID, cons
|
| return currentColorOrValidColor(style, style.tapHighlightColor());
|
| case CSSPropertyWebkitUserDrag:
|
| return CSSPrimitiveValue::create(style.userDrag());
|
| - case CSSPropertyWebkitUserSelect:
|
| + case CSSPropertyUserSelect:
|
| return CSSPrimitiveValue::create(style.userSelect());
|
| case CSSPropertyBorderBottomLeftRadius:
|
| return &valueForBorderRadiusCorner(style.borderBottomLeftRadius(), style);
|
|
|