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

Unified Diff: pkg/compiler/lib/src/js_emitter/old_emitter/reflection_data_parser.dart

Issue 843503002: dart2js: Change name and comment of the flag needsArrayInitializerSupport. (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/js_emitter/old_emitter/reflection_data_parser.dart
diff --git a/pkg/compiler/lib/src/js_emitter/old_emitter/reflection_data_parser.dart b/pkg/compiler/lib/src/js_emitter/old_emitter/reflection_data_parser.dart
index c20a68d91fe92fec7dc94bca531a47a05c80ce06..6efd6690f0d6c72ec6b41594565f8376b05694f6 100644
--- a/pkg/compiler/lib/src/js_emitter/old_emitter/reflection_data_parser.dart
+++ b/pkg/compiler/lib/src/js_emitter/old_emitter/reflection_data_parser.dart
@@ -190,7 +190,7 @@ jsAst.Expression getReflectionDataParser(OldEmitter oldEmitter,
''', {'typeInformation': typeInformationAccess,
'globalFunctions': globalFunctionsAccess,
'hasClasses': oldEmitter.needsClassSupport,
- 'needsArrayInitializerSupport': oldEmitter.needsArrayInitializerSupport});
+ 'needsArrayInitializerSupport': oldEmitter.needsStructuredMemberInfo});
ahe 2015/01/07 14:00:05 Also rename needsArrayInitializerSupport?
zarah 2015/01/07 14:05:43 yup :-)
/**
@@ -459,7 +459,7 @@ function $parseReflectionDataName(reflectionData) {
'init': init,
'finishClasses': finishClasses,
'needsClassSupport': oldEmitter.needsClassSupport,
- 'needsArrayInitializerSupport': oldEmitter.needsArrayInitializerSupport});
+ 'needsArrayInitializerSupport': oldEmitter.needsStructuredMemberInfo});
}
« no previous file with comments | « pkg/compiler/lib/src/js_emitter/old_emitter/emitter.dart ('k') | pkg/dart2js_incremental/lib/caching_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698