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

Unified Diff: runtime/vm/compiler.cc

Issue 10115053: Assign ids to incoming arguments (to be used in checked mode). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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: runtime/vm/compiler.cc
===================================================================
--- runtime/vm/compiler.cc (revision 6717)
+++ runtime/vm/compiler.cc (working copy)
@@ -380,7 +380,7 @@
// would compile func automatically. We are checking fewer invariants
// here.
ParsedFunction parsed_function(func);
- parsed_function.set_node_sequence(fragment);
+ parsed_function.SetNodeSequence(fragment);
parsed_function.set_default_parameter_values(Array::Handle());
Assembler assembler;

Powered by Google App Engine
This is Rietveld 408576698