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

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

Issue 2954463002: Refactoring to prepare for kernel based jump targets (Closed)
Patch Set: Updated cf. comments Created 3 years, 6 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
« no previous file with comments | « pkg/compiler/lib/src/kernel/kernel_strategy.dart ('k') | pkg/compiler/lib/src/kernel/types.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 38266a25032c1e7f646a7c720ea64645c443f6e0..26c4b50029269773be86ce8493141c0f02eafe53 100644
--- a/pkg/compiler/lib/src/kernel/native_basic_data.dart
+++ b/pkg/compiler/lib/src/kernel/native_basic_data.dart
@@ -37,12 +37,12 @@ class KernelAnnotationProcessor implements AnnotationProcessor {
void extractJsInteropAnnotations(
LibraryEntity library, NativeBasicDataBuilder nativeBasicDataBuilder) {
- // TODO(johnniwinther): Implement this.
+ // TODO(redemption): Implement this.
}
@override
void processJsInteropAnnotations(
NativeBasicData nativeData, NativeDataBuilder nativeDataBuilder) {
- // TODO(johnniwinther): Implement this.
+ // TODO(redemption): Implement this.
}
}
« no previous file with comments | « pkg/compiler/lib/src/kernel/kernel_strategy.dart ('k') | pkg/compiler/lib/src/kernel/types.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698