| Index: pkg/compiler/lib/src/common/work.dart
|
| diff --git a/pkg/compiler/lib/src/common/work.dart b/pkg/compiler/lib/src/common/work.dart
|
| index 2efcf81200350f9adc1fa52558a0f7c86a3dbe74..49f23c0820a1ae5df3e93a6caf06c1930f42f491 100644
|
| --- a/pkg/compiler/lib/src/common/work.dart
|
| +++ b/pkg/compiler/lib/src/common/work.dart
|
| @@ -4,10 +4,9 @@
|
|
|
| library dart2js.common.work;
|
|
|
| +import '../common.dart';
|
| import '../compiler.dart' show
|
| Compiler;
|
| -import '../diagnostics/invariant.dart' show
|
| - invariant;
|
| import '../elements/elements.dart' show
|
| AstElement;
|
| import '../enqueue.dart' show
|
|
|