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

Unified Diff: pkg/compiler/lib/src/universe/resolution_world_builder.dart

Issue 2964683003: Split implementation of KernelToElementMapImpl (Closed)
Patch Set: Updated cf. comments 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
« no previous file with comments | « pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart ('k') | tests/compiler/dart2js/is_function_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/universe/resolution_world_builder.dart
diff --git a/pkg/compiler/lib/src/universe/resolution_world_builder.dart b/pkg/compiler/lib/src/universe/resolution_world_builder.dart
index 2e997f7d916824f1621b551b5a6434948000250f..d8f97ba68d1b9516755f8a6d45c128dd6e6203a2 100644
--- a/pkg/compiler/lib/src/universe/resolution_world_builder.dart
+++ b/pkg/compiler/lib/src/universe/resolution_world_builder.dart
@@ -934,7 +934,7 @@ abstract class ResolutionWorldBuilderBase
abstract class KernelResolutionWorldBuilderBase
extends ResolutionWorldBuilderBase {
- KernelToElementMapImpl get elementMap;
+ KernelToElementMapForImpactImpl get elementMap;
KernelResolutionWorldBuilderBase(
ElementEnvironment elementEnvironment,
« no previous file with comments | « pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart ('k') | tests/compiler/dart2js/is_function_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698