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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart

Issue 12525007: Record dependency information to implement first version of dependency (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 7 years, 9 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: dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart b/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
index 91cff3e7a4a5cd439dd018e7ae58fc6e62f84284..3dadfc452cc33573c5df0ba8723b6348895467b1 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
@@ -219,7 +219,7 @@ class DartBackend extends Backend {
void addBackendRtiDependencies(World world) {}
- void enqueueHelpers(ResolutionEnqueuer world) {
+ void enqueueHelpers(ResolutionEnqueuer world, TreeElements elements) {
// Right now resolver doesn't always resolve interfaces needed
// for literals, so force them. TODO(antonm): fix in the resolver.
final LITERAL_TYPE_NAMES = const [

Powered by Google App Engine
This is Rietveld 408576698