| 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 3fc3bee70ddbb32de6e64a89ef22a6279c260c01..6a38fe1dccbab2403d975d615e28c32646eacd50 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -1243,10 +1243,10 @@
|
| {
|
| name: "flex-wrap",
|
| type_name: "EFlexWrap",
|
| - field_template: "storage_only",
|
| - default_value: "EFlexWrap::kNowrap",
|
| - field_size: 2,
|
| + field_template: "keyword",
|
| + default_value: "nowrap",
|
| field_group: "rare-non-inherited->flexible-box",
|
| + keywords: ["nowrap", "wrap", "wrap-reverse"],
|
| },
|
| {
|
| name: "float",
|
|
|