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

Unified Diff: runtime/vm/native_arguments.h

Issue 9420038: Heartbeat implementation of dart:mirrors. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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/native_arguments.h
===================================================================
--- runtime/vm/native_arguments.h (revision 4295)
+++ runtime/vm/native_arguments.h (working copy)
@@ -27,7 +27,7 @@
// const Type& arg1 = Type::CheckedHandle(arguments.GetArgument(0));
// const Type& arg2 = Type::CheckedHandle(arguments.GetArgument(1));
// The return value is set as follows:
-// arguments.SetReturnValue(result);
+// arguments.SetReturn(result);
// NOTE: Since we pass this as a pass by value argument in the stubs we don't
// have DISALLOW_COPY_AND_ASSIGN in the class definition and do not make it a
// subclass of ValueObject.

Powered by Google App Engine
This is Rietveld 408576698