Chromium Code Reviews| 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 73271fe786b04e387c9f1bf8dfe97a075666dd89..6e3b3b31c845c0abe1c1fca65f161f842db835ee 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5 |
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5 |
| @@ -1617,10 +1617,10 @@ |
| custom_all: true, |
| }, |
| { |
| - name: "snap-height", |
| + name: "line-height-step", |
|
meade_UTC10
2017/03/06 02:40:20
This should be in alphabetical order. Would you mi
kojii
2017/03/06 03:05:55
Done.
|
| api_class: true, |
| api_methods: ["parseSingleValue"], |
| - custom_all: true, |
| + converter: "convertComputedLength<uint8_t>", |
| inherited: true, |
| runtime_flag: "CSSSnapSize", |
| }, |