| 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..f24877b6815e2d5f04a2d41bdc28774852af0eee 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -2435,10 +2435,10 @@
|
| {
|
| name: "-webkit-line-break",
|
| inherited: true,
|
| - field_template: "storage_only",
|
| + field_template: "keyword",
|
| type_name: "LineBreak",
|
| - default_value: "LineBreak::kAuto",
|
| - field_size: 3,
|
| + keywords: ["auto", "loose", "normal", "strict", "after-white-space"],
|
| + default_value: "auto",
|
| field_group: "rare-inherited",
|
| },
|
| {
|
|
|