Index: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart |
index ec4854dd1726e82bf197bbadbdb8916e331023a1..1b6ca007e6b3bcca2b78d518acbe003a0ae82fbf 100644 |
--- a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart |
+++ b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart |
@@ -946,7 +946,7 @@ class JavaScriptBackend extends Backend { |
void enableNoSuchMethod(context, Enqueuer world) { |
enqueue(world, getCreateInvocationMirror(), compiler.globalDependencies); |
- world.registerInvocation(context, compiler.noSuchMethodSelector); |
+ world.registerInvocation(compiler.noSuchMethodSelector); |
} |
void enableIsolateSupport(Enqueuer enqueuer) { |