Chromium Code Reviews| Index: ui/keyboard/resources/elements/kb-key.html |
| diff --git a/ui/keyboard/resources/elements/kb-key.html b/ui/keyboard/resources/elements/kb-key.html |
| index 811f375e6402552881baed65253d5177f72207d5..c2d7a7297a4cf5e61f95ababa85c6c323a9c6e3a 100644 |
| --- a/ui/keyboard/resources/elements/kb-key.html |
| +++ b/ui/keyboard/resources/elements/kb-key.html |
| @@ -152,7 +152,7 @@ |
| */ |
| weightChanged: function() { |
| if (this.weight > 0) |
| - this.style['webkitBoxFlex'] = this.weight; |
| + this.style.webkitBoxFlex = this.weight; |
| }, |
| }); |
| </script> |