| 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..c991531eff0051fb8ef474f4c6f41d45f438154c 100644
|
| --- a/pkg/compiler/lib/src/kernel/native_basic_data.dart
|
| +++ b/pkg/compiler/lib/src/kernel/native_basic_data.dart
|
| @@ -39,7 +39,6 @@ class KernelAnnotationProcessor implements AnnotationProcessor {
|
|
|
| void extractJsInteropAnnotations(
|
| LibraryEntity library, NativeBasicDataBuilder nativeBasicDataBuilder) {
|
| - throw new UnimplementedError(
|
| - 'KernelAnnotationProcessor.extractJsInteropAnnotations');
|
| + // TODO(johnniwinther): Implement this.
|
| }
|
| }
|
|
|