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

Unified Diff: vm/os.h

Issue 10792019: Address some leftover review comments from previous CL. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
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
« no previous file with comments | « vm/object.cc ('k') | vm/os_linux.cc » ('j') | vm/os_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/os.h
===================================================================
--- vm/os.h (revision 9676)
+++ vm/os.h (working copy)
@@ -88,7 +88,7 @@
// the failure could be because of underflow/overflow or invalid characters.
// On success the function returns true and 'value' contains the converted
// value.
- static bool StringToInteger(const char* str, int64_t* value);
+ static bool StringToInt64(const char* str, int64_t* value);
// Initialize the OS class.
static void InitOnce();
« no previous file with comments | « vm/object.cc ('k') | vm/os_linux.cc » ('j') | vm/os_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698