| Index: third_party/WebKit/Source/core/css/CSSProperties.json5
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| index 55217e27d78e1cded96d8756ce007f8150da2c44..7796c040fb5bccbd08e6df0dc77ef349de1124b1 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -2695,10 +2695,9 @@
|
| {
|
| name: "user-select",
|
| inherited: true,
|
| - field_template: "storage_only",
|
| - type_name: "EUserSelect",
|
| - default_value: "EUserSelect::kText",
|
| - field_size: 2,
|
| + field_template: "keyword",
|
| + keywords: ["none", "text", "all"],
|
| + default_value: "text",
|
| field_group: "rare-inherited",
|
| },
|
| {
|
|
|