| Index: lib/compiler/implementation/compiler.dart
|
| diff --git a/lib/compiler/implementation/compiler.dart b/lib/compiler/implementation/compiler.dart
|
| index b9bf44636b426aac1ceaaa15b72c7c86487cbbb0..4e50b2a62b0834d8805d5dd8c7863bce3471ab13 100644
|
| --- a/lib/compiler/implementation/compiler.dart
|
| +++ b/lib/compiler/implementation/compiler.dart
|
| @@ -86,6 +86,8 @@ abstract class Backend {
|
| }
|
|
|
| SourceString getCheckedModeHelper(DartType type) => null;
|
| +
|
| + abstract Element getInterceptor(Selector selector);
|
| }
|
|
|
| abstract class Compiler implements DiagnosticListener {
|
|
|