| Index: dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart b/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| index a28b33add6d66e61020c25b81f5d90639826381b..92be012cd9ff063abeb9340e4ed022e3ffa16621 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| @@ -2812,11 +2812,11 @@ if (typeof document !== "undefined" && document.readyState !== "complete") {
|
| }
|
|
|
| /**
|
| - * If [:invokeOn:] has been compiled, emit all the possible selector names
|
| - * that are intercepted into the [:interceptedNames:] top-level
|
| - * variable. The implementation of [:invokeOn:] will use it to
|
| - * determine whether it should call the method with an extra
|
| - * parameter.
|
| + * If [JSInvocationMirror._invokeOn] has been compiled, emit all the
|
| + * possible selector names that are intercepted into the
|
| + * [interceptedNames] top-level variable. The implementation of
|
| + * [_invokeOn] will use it to determine whether it should call the
|
| + * method with an extra parameter.
|
| */
|
| void emitInterceptedNames(CodeBuffer buffer) {
|
| if (!compiler.enabledInvokeOn) return;
|
|
|