Chromium Code Reviews| Index: sdk/lib/io/file_impl.dart |
| diff --git a/sdk/lib/io/file_impl.dart b/sdk/lib/io/file_impl.dart |
| index 98519c17a9b8f0132b70000e171ccedb7c3be96d..395e12100e8252271f88366eab5bb8a9fda1dad1 100644 |
| --- a/sdk/lib/io/file_impl.dart |
| +++ b/sdk/lib/io/file_impl.dart |
| @@ -704,6 +704,8 @@ class _File extends _FileBase implements File { |
| String get name => _name; |
| + String toString() => "File: '$name'"; |
|
Søren Gjesse
2012/12/21 10:16:00
Ditto.
|
| + |
| void _ensureFileService() { |
| if (_fileService == null) { |
| _fileService = _FileUtils._newServicePort(); |