| Index: sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/enqueue.dart (revision 21607)
|
| +++ sdk/lib/_internal/compiler/implementation/enqueue.dart (working copy)
|
| @@ -523,7 +523,7 @@
|
| if (compiler.enabledNoSuchMethod) return;
|
| if (compiler.backend.isDefaultNoSuchMethodImplementation(element)) return;
|
|
|
| - Selector selector = new Selector.noSuchMethod();
|
| + Selector selector = compiler.noSuchMethodSelector;
|
| compiler.enabledNoSuchMethod = true;
|
| registerInvocation(Compiler.NO_SUCH_METHOD, selector);
|
|
|
|
|