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

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

Issue 789253005: Update incremental compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 | 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 b585642e91a49c2cc435e803fd5f16defa0a3f78..3ac1e7e8a83eddd2fb34e3ac523f34ac5713baa6 100644
--- a/pkg/dart2js_incremental/lib/library_updater.dart
+++ b/pkg/dart2js_incremental/lib/library_updater.dart
@@ -1226,7 +1226,7 @@ class EmitterHelper extends JsFeatures {
List<String> computeFields(ClassElement cls) {
// TODO(ahe): Rewrite for new emitter.
ClassBuilder builder = new ClassBuilder(cls, namer);
- classEmitter.emitFields(cls, builder, "");
+ classEmitter.emitFields(cls, builder);
return builder.fields;
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698