| Index: Source/core/css/CSSValueKeywords.in
|
| diff --git a/Source/core/css/CSSValueKeywords.in b/Source/core/css/CSSValueKeywords.in
|
| index 5e0acb8890d8d72c38bf0a18bdb929410d4735a5..66f737d0fe1b02d49725cdca53c964e88e7ac2b9 100644
|
| --- a/Source/core/css/CSSValueKeywords.in
|
| +++ b/Source/core/css/CSSValueKeywords.in
|
| @@ -340,12 +340,14 @@ table-cell
|
| table-caption
|
| -webkit-box
|
| -webkit-inline-box
|
| --webkit-flex
|
| --webkit-inline-flex
|
| +flex
|
| +inline-flex
|
| grid
|
| inline-grid
|
| lazy-block
|
| //none
|
| +-webkit-flex
|
| +-webkit-inline-flex
|
| //
|
| // CSS_PROP_CURSOR:
|
| // The order here must match the order of the ECursor enum in RenderStyleConstants.h.
|
|
|