| Index: pkg/compiler/lib/src/inferrer/closure_tracer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/closure_tracer.dart b/pkg/compiler/lib/src/inferrer/closure_tracer.dart
|
| index e708ecfd974ef44f1d4df7711444b8d57cc0451d..12f4ec90bc19cccfb5f7b3dc65a76edf1b1a4c0b 100644
|
| --- a/pkg/compiler/lib/src/inferrer/closure_tracer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/closure_tracer.dart
|
| @@ -84,7 +84,7 @@ class ClosureTracerVisitor extends TracerVisitor {
|
| if (inferrer.closedWorld.commonElements.isForeign(called)) {
|
| String name = called.name;
|
| if (name == JavaScriptBackend.JS || name == 'DART_CLOSURE_TO_JS') {
|
| - bailout('Used in JS ${info.call}');
|
| + bailout('Used in JS ${info.debugName}');
|
| }
|
| }
|
| if (called.isGetter &&
|
|
|