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

Unified Diff: lib/compiler/implementation/universe/function_set.dart

Issue 10964016: Change the type inference for fields in dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed second round of comments 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/universe/function_set.dart
diff --git a/lib/compiler/implementation/universe/function_set.dart b/lib/compiler/implementation/universe/function_set.dart
index 1a98154a818b4ea2f68d3a5f09c698204fec6235..9dfdc769473881980287ed5f616e2f213bb90341 100644
--- a/lib/compiler/implementation/universe/function_set.dart
+++ b/lib/compiler/implementation/universe/function_set.dart
@@ -123,7 +123,7 @@ class FunctionSet extends PartialTypeTree {
root.visitRecursively((FunctionSetNode node) {
node.membersByName.forEach(
(SourceString _, Element element) => f(element));
- return true;
+ return true;
});
}
}

Powered by Google App Engine
This is Rietveld 408576698