| Index: sdk/lib/_internal/compiler/implementation/lib/interceptors.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart b/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart
|
| index 5431f002e772291febaabb4d63eb731e2be207c0..6d25f6ca23d105f564649df675f573bdeaa259e6 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart
|
| @@ -43,7 +43,7 @@ class ObjectInterceptor {
|
| * to emit a call to an intercepted method, that is a method that is
|
| * defined in an interceptor class.
|
| */
|
| -getInterceptor() {
|
| +getInterceptor(object) {
|
| // This is a magic method: the compiler does specialization of it
|
| // depending on the uses of intercepted methods and instantiated
|
| // primitive types.
|
|
|