| Index: dart/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart b/dart/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart
|
| index 915fbf1e27aad7d12c5c44dd393cab4281deb013..c704b03e7f934310b316977c37312ce38aee6e05 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart
|
| @@ -140,7 +140,7 @@ getNativeInterceptor(object) {
|
| }
|
|
|
| /**
|
| - * If [Invocation.invokeOn] is being used, this variable
|
| + * If [JSInvocationMirror._invokeOn] is being used, this variable
|
| * contains a JavaScript array with the names of methods that are
|
| * intercepted.
|
| */
|
|
|