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

Unified Diff: frog/gen.dart

Issue 8912017: Fix missing trampolines for named arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove comment Created 9 years 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 | frog/member.dart » ('j') | frog/member.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/gen.dart
diff --git a/frog/gen.dart b/frog/gen.dart
index c518d2e13b5566f263f7a0b10fbbb1d6d47d998a..3508ab80ccc63793a2ad8660390aa3cfdd931f56 100644
--- a/frog/gen.dart
+++ b/frog/gen.dart
@@ -2469,7 +2469,7 @@ class Arguments {
if (_bareCount == null) {
_bareCount = length;
if (nodes != null) {
- for (int i=0; i < nodes.length; i++) {
+ for (int i = 0; i < nodes.length; i++) {
if (nodes[i].label != null) {
_bareCount = i;
break;
« no previous file with comments | « no previous file | frog/member.dart » ('j') | frog/member.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698