| Index: lib/compiler/implementation/js_backend/backend.dart
|
| diff --git a/lib/compiler/implementation/js_backend/backend.dart b/lib/compiler/implementation/js_backend/backend.dart
|
| index 2341482b69af175ad1d2201a5e7dfd094ba65892..05066d758cb4a344f09142cf785c7dcc3adb5d6f 100644
|
| --- a/lib/compiler/implementation/js_backend/backend.dart
|
| +++ b/lib/compiler/implementation/js_backend/backend.dart
|
| @@ -286,7 +286,7 @@ class JavaScriptBackend extends Backend {
|
| Selector selector,
|
| HTypeMap types) {
|
| Map<Selector, InvocationInfo> invocationInfos =
|
| - invocationInfo.putIfAbsent(node.name,
|
| + invocationInfo.putIfAbsent(selector.name,
|
| () => new Map<Selector, InvocationInfo>());
|
| InvocationInfo info = invocationInfos[selector];
|
| if (info != null) {
|
|
|