Chromium Code Reviews| Index: runtime/bin/builtin.dart |
| =================================================================== |
| --- runtime/bin/builtin.dart (revision 11702) |
| +++ runtime/bin/builtin.dart (working copy) |
| @@ -30,7 +30,7 @@ |
| } |
| } |
| -String _setPackageRoot(String packageRoot) { |
| +_setPackageRoot(String packageRoot) { |
| // TODO(mattsh) - refactor windows drive and path handling code |
| // so it can be used here if needed. |
| _packageRoot = packageRoot; |