Chromium Code Reviews| Index: sky/engine/core/dom/Attr.idl |
| diff --git a/sky/engine/core/dom/Attr.idl b/sky/engine/core/dom/Attr.idl |
| index 03cbb4e9cff7717d0a3d21395bcb7cdfc5b423d6..836cd2333bf78ea3fa345eb4badd44ca3aee7588 100644 |
| --- a/sky/engine/core/dom/Attr.idl |
| +++ b/sky/engine/core/dom/Attr.idl |
| @@ -20,5 +20,5 @@ |
| interface Attr { |
| readonly attribute DOMString? name; |
| - attribute DOMString? value; |
| + readonly attribute DOMString? value; |
| }; |