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

Unified Diff: lib/compiler/implementation/js_backend/constant_emitter.dart

Issue 10905305: Patch refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 8 years, 3 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: lib/compiler/implementation/js_backend/constant_emitter.dart
diff --git a/lib/compiler/implementation/js_backend/constant_emitter.dart b/lib/compiler/implementation/js_backend/constant_emitter.dart
index 0deca511506e520c03f7f7743bb3ea8d083cbf20..61c7eb4e81f1898ea5849c70c20a38ad9a884fe7 100644
--- a/lib/compiler/implementation/js_backend/constant_emitter.dart
+++ b/lib/compiler/implementation/js_backend/constant_emitter.dart
@@ -209,6 +209,7 @@ class ConstantEmitter implements ConstantVisitor {
classElement.forEachInstanceField(
includeBackendMembers: true,
includeSuperMembers: true,
+ includeInjectedMembers: true,
f: (ClassElement enclosing, Element field) {
if (emittedArgumentCount != 0) buffer.add(", ");
if (field.name == MapConstant.LENGTH_NAME) {

Powered by Google App Engine
This is Rietveld 408576698