| Index: lib/compiler/implementation/leg.dart
|
| diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart
|
| index e30459816caf663667fdecd7aa94e5482d9d2451..7b805b4cf78505ed8149e78517d1db6e6029cad3 100644
|
| --- a/lib/compiler/implementation/leg.dart
|
| +++ b/lib/compiler/implementation/leg.dart
|
| @@ -6,6 +6,7 @@
|
|
|
| #import('dart:uri');
|
|
|
| +#import('closure.dart', prefix: 'closureMapping');
|
| #import('dart_backend/dart_backend.dart', prefix: 'dart_backend');
|
| #import('elements/elements.dart');
|
| #import('js_backend/js_backend.dart', prefix: 'js_backend');
|
|
|