Chromium Code Reviews| Index: runtime/bin/file.dart |
| diff --git a/runtime/bin/file.dart b/runtime/bin/file.dart |
| index 5d399c3f3be272d68d754ac0a9d76ed6544b250a..4961bce07f8adc7f2516fb4a8e21faa8e7053d85 100644 |
| --- a/runtime/bin/file.dart |
| +++ b/runtime/bin/file.dart |
| @@ -223,7 +223,7 @@ interface File default _File { |
| /** |
| * Get the name of the file. |
| */ |
| - String get name(); |
| + String get name; |
| } |
| @@ -370,7 +370,7 @@ interface RandomAccessFile { |
| /** |
| * Get the name of the file. |
| */ |
| - String get name(); |
| + String get name; |
| } |