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

Unified Diff: lib/compiler/implementation/ssa/codegen.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/ssa/codegen.dart
diff --git a/lib/compiler/implementation/ssa/codegen.dart b/lib/compiler/implementation/ssa/codegen.dart
index 00559374462d650468048fe66d2a51e9de9d69dd..6daadc1187c1354bf99db8d23178749fd564f74e 100644
--- a/lib/compiler/implementation/ssa/codegen.dart
+++ b/lib/compiler/implementation/ssa/codegen.dart
@@ -1706,6 +1706,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
node.element.forEachInstanceField(
includeBackendMembers: true,
includeSuperMembers: true,
+ includeInjectedMembers: true,
f: (ClassElement enclosingClass, Element member) {
backend.updateFieldInitializers(member, types[node.inputs[j]]);
j++;

Powered by Google App Engine
This is Rietveld 408576698