| Index: sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/interceptors.dart b/sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| index 22e2e91434e45e05f9bbf9ae663b06c1c719cfe0..6c7219fbcd6e326b05d9920b3f202939f9a578d6 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| @@ -175,14 +175,6 @@ getNativeInterceptor(object) {
|
| }
|
|
|
| /**
|
| - * If [JSInvocationMirror._invokeOn] is being used, this variable
|
| - * contains a JavaScript array with the names of methods that are
|
| - * intercepted.
|
| - */
|
| -var interceptedNames;
|
| -
|
| -
|
| -/**
|
| * Data structure used to map a [Type] to the [Interceptor] and constructors for
|
| * that type. It is JavaScript array of 3N entries of adjacent slots containing
|
| * a [Type], followed by an [Interceptor] class for the type, followed by a
|
|
|