| Index: sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/enqueue.dart (revision 26986)
|
| +++ sdk/lib/_internal/compiler/implementation/enqueue.dart (working copy)
|
| @@ -653,11 +653,7 @@
|
|
|
| Selector selector = compiler.noSuchMethodSelector;
|
| compiler.enabledNoSuchMethod = true;
|
| - registerInvocation(selector);
|
| -
|
| - compiler.createInvocationMirrorElement =
|
| - compiler.findHelper(Compiler.CREATE_INVOCATION_MIRROR);
|
| - addToWorkList(compiler.createInvocationMirrorElement);
|
| + compiler.backend.enableNoSuchMethod(this);
|
| }
|
|
|
| void forEach(f(WorkItem work)) {
|
|
|