| 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 54e68cddf3932e3bf10f0ace828809ed9b8f5b43..43d93a65fc9c3872b33afa00640ca6a7e04cb7de 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -1636,9 +1636,9 @@
|
| {
|
| name: "overflow-wrap",
|
| inherited: true,
|
| - field_template: "storage_only",
|
| - type_name: "EOverflowWrap",
|
| - default_value: "EOverflowWrap::kNormal",
|
| + field_template: "keyword",
|
| + keywords: ["normal", "break-word"],
|
| + default_value: "normal",
|
| field_size: 1,
|
| field_group: "rare-inherited",
|
| },
|
|
|