| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index f0f3d05e95f073cd31f02b772acafe0ef30f0794..f5fa173acb2af7846a078bd9724b1572c9da7a27 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -289,7 +289,7 @@ static const CSSPropertyID staticComputableProperties[] = {
|
| CSSPropertyTransformStyle,
|
| CSSPropertyWebkitUserDrag,
|
| CSSPropertyWebkitUserModify,
|
| - CSSPropertyWebkitUserSelect,
|
| + CSSPropertyUserSelect,
|
| CSSPropertyWebkitWritingMode,
|
| CSSPropertyWebkitAppRegion,
|
| CSSPropertyBufferedRendering,
|
|
|