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

Unified Diff: pkg/dart2js_incremental/lib/library_updater.dart

Issue 1029003002: dart2js: remove first argument from lazy function. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added comment. Created 5 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
« no previous file with comments | « pkg/compiler/lib/src/js_emitter/old_emitter/emitter.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart2js_incremental/lib/library_updater.dart
diff --git a/pkg/dart2js_incremental/lib/library_updater.dart b/pkg/dart2js_incremental/lib/library_updater.dart
index 57d414294230662d3c06ecae1c8e3cf78554c260..6b088323a3b1b3350c133bafcefa0517f8f1879d 100644
--- a/pkg/dart2js_incremental/lib/library_updater.dart
+++ b/pkg/dart2js_incremental/lib/library_updater.dart
@@ -978,7 +978,7 @@ if (this.pendingStubs) {
if (backend.constants.lazyStatics.contains(element)) {
jsAst.Expression init =
emitter.oldEmitter.buildLazilyInitializedStaticField(
- element, namer.currentIsolate);
+ element, isolateProperties: namer.currentIsolate);
if (init == null) {
throw new StateError("Initializer optimized away for $element");
}
« no previous file with comments | « pkg/compiler/lib/src/js_emitter/old_emitter/emitter.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698