| Index: pkg/compiler/lib/src/kernel/native_basic_data.dart
|
| diff --git a/pkg/compiler/lib/src/kernel/native_basic_data.dart b/pkg/compiler/lib/src/kernel/native_basic_data.dart
|
| index f6bfd8a263f412ad912163c4424b01dcede69d97..482fdb99280419342dbecbb90c8b2cc3a53c9508 100644
|
| --- a/pkg/compiler/lib/src/kernel/native_basic_data.dart
|
| +++ b/pkg/compiler/lib/src/kernel/native_basic_data.dart
|
| @@ -39,7 +39,8 @@ class KernelAnnotationProcessor implements AnnotationProcessor {
|
|
|
| void extractJsInteropAnnotations(
|
| LibraryEntity library, NativeBasicDataBuilder nativeBasicDataBuilder) {
|
| - throw new UnimplementedError(
|
| - 'KernelAnnotationProcessor.extractJsInteropAnnotations');
|
| + // TODO(johnniwinther): Implement this.
|
| + /*throw new UnimplementedError(
|
| + 'KernelAnnotationProcessor.extractJsInteropAnnotations');*/
|
| }
|
| }
|
|
|