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

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

Issue 885673002: dart2js: Address comments from CL 871073002. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/program_builder.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 f0dc55abea331536a5c129e68096c2a6ef3164fb..aab0f45b02bb84a6c43acf60b9a931dd4f34fcc7 100644
--- a/pkg/dart2js_incremental/lib/library_updater.dart
+++ b/pkg/dart2js_incremental/lib/library_updater.dart
@@ -68,6 +68,7 @@ import 'package:compiler/src/js_emitter/js_emitter.dart' show
import 'package:compiler/src/js_emitter/model.dart' show
Class;
+
import 'package:compiler/src/js_emitter/program_builder.dart' show
ProgramBuilder;
@@ -1475,7 +1476,7 @@ class EmitterHelper extends JsFeatures {
List<String> computeFields(ClassElement classElement) {
Class cls = new ProgramBuilder(compiler, namer, emitter)
- .buildClassWithFieldsForTry(classElement);
+ .buildClassWithFieldsForIncrementalCompilation(classElement);
// TODO(ahe): Rewrite for new emitter.
ClassBuilder builder = new ClassBuilder(classElement, namer);
classEmitter.emitFields(cls, builder);
« no previous file with comments | « pkg/compiler/lib/src/js_emitter/program_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698