Chromium Code Reviews| Index: runtime/bin/file_impl.dart |
| diff --git a/runtime/bin/file_impl.dart b/runtime/bin/file_impl.dart |
| index f8929c80f4d62b76fc5fa13cea44ea28fc9875e0..c221784bf5da4b8093ebd27d3b7bc64de8e1f03f 100644 |
| --- a/runtime/bin/file_impl.dart |
| +++ b/runtime/bin/file_impl.dart |
| @@ -418,7 +418,7 @@ class _File implements File { |
| }); |
| } |
| - void directorySync() { |
| + Directory directorySync() { |
| if (_asyncUsed) { |
| throw new FileIOException( |
| "Mixed use of synchronous and asynchronous API"); |