| 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 8c214fa9c1658b8d604434080b2858ab5af481d2..c9d2a8ed3a9f277ba4c205fd3ae5b2c8018a16a9 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -2524,6 +2524,7 @@
|
| {
|
| name: "-webkit-border-end-width",
|
| api_class: "CSSPropertyAPIWebkitBorderWidth",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| @@ -2539,6 +2540,7 @@
|
| {
|
| name: "-webkit-border-start-width",
|
| api_class: "CSSPropertyAPIWebkitBorderWidth",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| @@ -2554,6 +2556,7 @@
|
| {
|
| name: "-webkit-border-before-width",
|
| api_class: "CSSPropertyAPIWebkitBorderWidth",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| @@ -2569,6 +2572,7 @@
|
| {
|
| name: "-webkit-border-after-width",
|
| api_class: "CSSPropertyAPIWebkitBorderWidth",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
|
|