Chromium Code Reviews| Index: world.dart |
| =================================================================== |
| --- world.dart (revision 1140) |
| +++ world.dart (working copy) |
| @@ -19,7 +19,7 @@ |
| * Compiles the [target] dart file using the given [corelib]. |
| */ |
| bool compile(String homedir, List<String> args, FileSystem files) { |
| - parseOptions(homedir, args); |
| + parseOptions(homedir, args, files); |
| initializeWorld(files); |
| var success = world.compile(); |