Chromium Code Reviews| Index: runtime/bin/directory_impl.dart |
| =================================================================== |
| --- runtime/bin/directory_impl.dart (revision 9672) |
| +++ runtime/bin/directory_impl.dart (working copy) |
| @@ -88,7 +88,7 @@ |
| }); |
| } |
| - Directory createTempSync() { |
| + void createTempSync() { |
| if (_path is !String) { |
| throw new IllegalArgumentException(); |
| } |