| Index: sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/resolution/members.dart (revision 15508)
|
| +++ sdk/lib/_internal/compiler/implementation/resolution/members.dart (working copy)
|
| @@ -1808,7 +1808,7 @@
|
| if (target != null &&
|
| target.kind == ElementKind.FOREIGN &&
|
| selector.name == const SourceString('JS')) {
|
| - world.nativeEnqueuer.registerJsCall(node, this);
|
| + world.registerJsCall(node, this);
|
| }
|
| }
|
|
|
|
|