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

Unified Diff: pkg/compiler/lib/src/use_unused_api.dart

Issue 887663002: Suffix temporary API for incremental compilation in program_builder with HackForIncrementalCompilat… (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
Index: pkg/compiler/lib/src/use_unused_api.dart
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
index 14c1a1da0e82012ea8a251407d25229533359715..49451893929f7206a344ec7378db6177a39405d1 100644
--- a/pkg/compiler/lib/src/use_unused_api.dart
+++ b/pkg/compiler/lib/src/use_unused_api.dart
@@ -285,5 +285,5 @@ useScript(dart2jslib.Script script) {
useProgramBuilder(program_builder.ProgramBuilder builder) {
builder.buildMethodHackForIncrementalCompilation(null);
- builder.buildClassWithFieldsForIncrementalCompilation(null);
+ builder.buildFieldsHackForIncrementalCompilation(null);
}
« no previous file with comments | « pkg/compiler/lib/src/js_emitter/program_builder.dart ('k') | pkg/dart2js_incremental/lib/library_updater.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698