Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: pkg/compiler/lib/src/kernel/native_basic_data.dart

Issue 2852603003: Move JsInteropAnalysis.onQueueClosed to AnnotationProcessor.processJsInteropAnnotation (Closed)
Patch Set: Register anonymous classes correctly + add test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c991531eff0051fb8ef474f4c6f41d45f438154c..36364c4d24dcef8ac8bc36f1118a447b06873ecd 100644
--- a/pkg/compiler/lib/src/kernel/native_basic_data.dart
+++ b/pkg/compiler/lib/src/kernel/native_basic_data.dart
@@ -41,4 +41,10 @@ class KernelAnnotationProcessor implements AnnotationProcessor {
LibraryEntity library, NativeBasicDataBuilder nativeBasicDataBuilder) {
// TODO(johnniwinther): Implement this.
}
+
+ @override
+ void processJsInteropAnnotations(
+ NativeBasicData nativeData, NativeDataBuilder nativeDataBuilder) {
+ // TODO(johnniwinther): Implement this.
+ }
}

Powered by Google App Engine
This is Rietveld 408576698