| Index: pkg/compiler/lib/src/ssa/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/codegen.dart b/pkg/compiler/lib/src/ssa/codegen.dart
|
| index 3ef7fe7ce4f112c1320066278ba82eaf7e462135..af474568e26708b69253a5502671b1a52729c3e7 100644
|
| --- a/pkg/compiler/lib/src/ssa/codegen.dart
|
| +++ b/pkg/compiler/lib/src/ssa/codegen.dart
|
| @@ -1704,7 +1704,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| var isolate = new js.VariableUse(
|
| backend.namer.globalObjectForLibrary(helpers.interceptorsLibrary));
|
| Selector selector = node.selector;
|
| - js.Name methodName = backend.interceptorData
|
| + js.Name methodName = backend.oneShotInterceptorData
|
| .registerOneShotInterceptor(selector, backend.namer);
|
| push(js
|
| .propertyCall(isolate, methodName, arguments)
|
|
|