| Index: pkg/compiler/lib/src/inferrer/map_tracer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/map_tracer.dart b/pkg/compiler/lib/src/inferrer/map_tracer.dart
|
| index c7ccd3408061eae772e093b640f06e6da8670ee5..c4e8dd6bd68c9b821e1ded8c5cf4c61a8db135bb 100644
|
| --- a/pkg/compiler/lib/src/inferrer/map_tracer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/map_tracer.dart
|
| @@ -69,7 +69,7 @@ class MapTracerVisitor extends TracerVisitor {
|
| MemberEntity called = info.calledElement;
|
| if (inferrer.closedWorld.commonElements.isForeign(called) &&
|
| called.name == JavaScriptBackend.JS) {
|
| - bailout('Used in JS ${info.call}');
|
| + bailout('Used in JS ${info.debugName}');
|
| }
|
| }
|
|
|
|
|