Chromium Code Reviews| Index: Source/core/timing/ConsoleMemory.idl |
| diff --git a/Source/core/timing/ConsoleMemory.idl b/Source/core/timing/ConsoleMemory.idl |
| index bdd31e20383d592a38ab1140ee9328a59fd7dbd2..4f5cb406491dd6559790caf652f8f69951aeaf5d 100644 |
| --- a/Source/core/timing/ConsoleMemory.idl |
| +++ b/Source/core/timing/ConsoleMemory.idl |
| @@ -5,5 +5,5 @@ |
| [ |
| ImplementedAs=ConsoleMemory, |
| ] partial interface Console { |
| - readonly attribute MemoryInfo memory; |
| + attribute MemoryInfo memory; |
|
Yuki
2015/03/25 08:47:19
It'd be better to have a comment, why not readonly
|
| }; |