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

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

Issue 2974633002: Use JsStrategy, remove KernelBackendStrategy (Closed)
Patch Set: Delete test Created 3 years, 5 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 016b211395f5ac0e07f4e5e3b73fa6da4efdfb94..daeb41b630b4844b44a4bb9f51169f97d3eb52a5 100644
--- a/pkg/compiler/lib/src/kernel/native_basic_data.dart
+++ b/pkg/compiler/lib/src/kernel/native_basic_data.dart
@@ -6,7 +6,7 @@
part of dart2js.kernel.element_map;
class KernelAnnotationProcessor implements AnnotationProcessor {
- final KernelToElementMapForImpactImpl2 elementMap;
+ final KernelToElementMapForImpactImpl elementMap;
final NativeBasicDataBuilder _nativeBasicDataBuilder;
KernelAnnotationProcessor(this.elementMap, this._nativeBasicDataBuilder);
« no previous file with comments | « pkg/compiler/lib/src/kernel/kernel_strategy.dart ('k') | pkg/compiler/lib/src/kernel/no_such_method_resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698