| Index: dart/utils/compiler/build_helper.dart
|
| diff --git a/dart/utils/compiler/build_helper.dart b/dart/utils/compiler/build_helper.dart
|
| index 50e70810b62d74097b5aa1ef7ac2a3bca100f4ea..9d5331bdaf7db427974e8c0cd069be045c799ae9 100644
|
| --- a/dart/utils/compiler/build_helper.dart
|
| +++ b/dart/utils/compiler/build_helper.dart
|
| @@ -38,7 +38,7 @@ buildScript(Uri uri) {
|
|
|
| #import('dart:io');
|
|
|
| -#import('${uri.resolve('../../utils/compiler/dart2js.dart').path}');
|
| +#import('${uri.resolve('../../frog/leg/dart2js.dart').path}');
|
|
|
| class Helper {
|
| void run() {
|
|
|