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

Unified Diff: runtime/vm/native_entry_test.cc

Issue 10701131: Stop passing location argument to run time calls, since it is stored in the pc (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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_entry_test.cc
===================================================================
--- runtime/vm/native_entry_test.cc (revision 9532)
+++ runtime/vm/native_entry_test.cc (working copy)
@@ -34,7 +34,6 @@
return entry->function_;
} else {
// Wrong number of arguments.
- // TODO(regis): Should we pass a buffer for error reporting?
return NULL;
}
}

Powered by Google App Engine
This is Rietveld 408576698