Chromium Code Reviews| Index: runtime/bin/file.dart |
| diff --git a/runtime/bin/file.dart b/runtime/bin/file.dart |
| index 690c3a26b2e700a90ed58e9214f0e16e83d3c308..18372678a312dca10100b1ae829e911956c8f161 100644 |
| --- a/runtime/bin/file.dart |
| +++ b/runtime/bin/file.dart |
| @@ -221,8 +221,7 @@ interface RandomAccessFile { |
| void length(); |
| /** |
| - * Get the length of the file. When the operation completes the |
| - * [lengthHandler] is called with the length. |
| + * Synchronously get the length of the file. |
| */ |
| int lengthSync(); |