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

Unified Diff: pkg/compiler/lib/src/serialization/system.dart

Issue 2939033002: Towards compiling Hello World! (Closed)
Patch Set: Fix parameter ordering 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
Index: pkg/compiler/lib/src/serialization/system.dart
diff --git a/pkg/compiler/lib/src/serialization/system.dart b/pkg/compiler/lib/src/serialization/system.dart
index 4d05ff8b3f50c92a69fd07acf70030150ccf1527..bed0dc0ee1868ad015828a35d6994ee1c69d1c55 100644
--- a/pkg/compiler/lib/src/serialization/system.dart
+++ b/pkg/compiler/lib/src/serialization/system.dart
@@ -100,7 +100,7 @@ class ResolutionDeserializerSystem extends DeserializerSystem {
// TODO(johnniwinther): Find a cleaner way to do this. Maybe
// `Feature.LAZY_FIELD` of the resolution impact should be used
// instead.
- _compiler.backend.constants.registerLazyStatic(element);
+ _compiler.backend.constants.registerLazyStatic(field);
}
}
}

Powered by Google App Engine
This is Rietveld 408576698