| Index: pkg/compiler/lib/src/frontend_strategy.dart | 
| diff --git a/pkg/compiler/lib/src/frontend_strategy.dart b/pkg/compiler/lib/src/frontend_strategy.dart | 
| index 026be2c8027ef11d3f3c9c71ff678d0dea280013..22c848f68abe0c767238f5fb779336c8d0df1ce7 100644 | 
| --- a/pkg/compiler/lib/src/frontend_strategy.dart | 
| +++ b/pkg/compiler/lib/src/frontend_strategy.dart | 
| @@ -96,4 +96,7 @@ abstract class AnnotationProcessor { | 
|  | 
| void extractJsInteropAnnotations( | 
| LibraryEntity library, NativeBasicDataBuilder nativeBasicDataBuilder); | 
| + | 
| +  void processJsInteropAnnotations( | 
| +      NativeBasicData nativeBasicData, NativeDataBuilder nativeDataBuilder); | 
| } | 
|  |