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 d7758bc4d1519484d5ec0281cb5c301acc07f711..7b17f9e9ddb5f2aceea11df6958401bc7282bdb5 100644 |
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5 |
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5 |
@@ -632,7 +632,7 @@ |
{ |
name: "border-bottom-width", |
api_class: "CSSPropertyAPIBorderWidth", |
- converter: "convertLineWidth<unsigned>", |
+ converter: "convertLineWidth<float>", |
initial: "initialBorderWidth", |
interpolable: true, |
}, |
@@ -689,7 +689,7 @@ |
{ |
name: "border-left-width", |
api_class: "CSSPropertyAPIBorderWidth", |
- converter: "convertLineWidth<unsigned>", |
+ converter: "convertLineWidth<float>", |
initial: "initialBorderWidth", |
interpolable: true, |
}, |
@@ -706,7 +706,7 @@ |
{ |
name: "border-right-width", |
api_class: "CSSPropertyAPIBorderWidth", |
- converter: "convertLineWidth<unsigned>", |
+ converter: "convertLineWidth<float>", |
initial: "initialBorderWidth", |
interpolable: true, |
}, |
@@ -739,7 +739,7 @@ |
{ |
name: "border-top-width", |
api_class: "CSSPropertyAPIBorderWidth", |
- converter: "convertLineWidth<unsigned>", |
+ converter: "convertLineWidth<float>", |
initial: "initialBorderWidth", |
interpolable: true, |
keywords: ["thin", "medium", "thick"], |