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

Unified Diff: pkg/compiler/lib/src/js_emitter/program_builder.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
« no previous file with comments | « no previous file | pkg/compiler/lib/src/use_unused_api.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_emitter/program_builder.dart
diff --git a/pkg/compiler/lib/src/js_emitter/program_builder.dart b/pkg/compiler/lib/src/js_emitter/program_builder.dart
index 0caed929aa613602f69d9e1b5f20746fd0dcfcf3..6f89f66b2e82423d057dff0fe247598a05d22861 100644
--- a/pkg/compiler/lib/src/js_emitter/program_builder.dart
+++ b/pkg/compiler/lib/src/js_emitter/program_builder.dart
@@ -281,7 +281,7 @@ class ProgramBuilder {
/// HACK for Incremental Compilation.
///
/// Returns a class that contains the fields of a class.
- Class buildClassWithFieldsForIncrementalCompilation(ClassElement element) {
+ Class buildFieldsHackForIncrementalCompilation(ClassElement element) {
assert(_compiler.hasIncrementalSupport);
List<Field> instanceFields = _buildFields(element, false);
« no previous file with comments | « no previous file | pkg/compiler/lib/src/use_unused_api.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698