| Index: pkg/compiler/lib/src/enqueue.dart
|
| diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart
|
| index da3afed7c95fdc90807ee3618e982ca1c81e8592..056db9f2f7241b78c30938459210f8e5aeb2f408 100644
|
| --- a/pkg/compiler/lib/src/enqueue.dart
|
| +++ b/pkg/compiler/lib/src/enqueue.dart
|
| @@ -853,7 +853,7 @@ class CodegenEnqueuer extends Enqueuer {
|
| "Codegen work list is closed. Trying to add $element");
|
| }
|
| CodegenWorkItem workItem = new CodegenWorkItem(
|
| - element, itemCompilationContextCreator());
|
| + compiler, element, itemCompilationContextCreator());
|
| queue.add(workItem);
|
| return true;
|
| }
|
|
|