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

Unified Diff: pkg/compiler/lib/src/js_model/js_strategy.dart

Issue 2964493002: Move implementation from KernelToElementMapImpl to *BaseImpl and *ForImpactImpl (Closed)
Patch Set: 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 | « no previous file | pkg/compiler/lib/src/kernel/element_map_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_model/js_strategy.dart
diff --git a/pkg/compiler/lib/src/js_model/js_strategy.dart b/pkg/compiler/lib/src/js_model/js_strategy.dart
index f4f94ac07e856d0654668caf8e2d0d01bb0c1b9d..e2279f667207b8e029c3634e5b8f9665c8ca3302 100644
--- a/pkg/compiler/lib/src/js_model/js_strategy.dart
+++ b/pkg/compiler/lib/src/js_model/js_strategy.dart
@@ -48,7 +48,12 @@ class JsBackendStrategy implements KernelBackendStrategy {
KernelFrontEndStrategy strategy = _compiler.frontendStrategy;
KernelToElementMapForBuilding elementMap = strategy.elementMap;
_elementMap = new JsKernelToElementMap(
- _map, _elementEnvironment, _commonElements, elementMap);
+ _compiler.reporter,
+ _compiler.environment,
+ _map,
+ _elementEnvironment,
+ _commonElements,
+ elementMap);
}
return _elementMap;
}
« no previous file with comments | « no previous file | pkg/compiler/lib/src/kernel/element_map_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698