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 e06e3ddda923b8afdb142156471868a393eb6a47..b57bb23e726f4b5c42a6af4e10192f2ba778b75d 100644 |
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5 |
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5 |
@@ -2597,10 +2597,9 @@ |
{ |
name: "-webkit-text-security", |
inherited: true, |
- field_template: "storage_only", |
- type_name: "ETextSecurity", |
- default_value: "ETextSecurity::kNone", |
- field_size: 2, |
+ field_template: "keyword", |
+ keywords: ["none", "disc", "circle", "square"], |
+ default_value: "none", |
field_group: "rare-inherited", |
}, |
{ |