| Index: pkg/compiler/lib/src/common/backend_api.dart
|
| diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
|
| index 64cadf3d86697a47398c7ce4769b0d974e7bcb70..e0c396cf64498da831e133b639507611c8ca6f1b 100644
|
| --- a/pkg/compiler/lib/src/common/backend_api.dart
|
| +++ b/pkg/compiler/lib/src/common/backend_api.dart
|
| @@ -421,6 +421,7 @@ abstract class BackendClasses {
|
| ClassElement get indexableImplementation;
|
| ClassElement get mutableIndexableImplementation;
|
| ClassElement get indexingBehaviorImplementation;
|
| + ClassElement get interceptorImplementation;
|
|
|
| bool isDefaultEqualityImplementation(Element element);
|
| bool isInterceptorClass(ClassElement cls);
|
|
|