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

Unified Diff: include/dart_api.h

Issue 8574075: Fix prototype of Dart_Initialize. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 9 years, 1 month 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 | « bin/main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/dart_api.h
===================================================================
--- include/dart_api.h (revision 1632)
+++ include/dart_api.h (working copy)
@@ -256,7 +256,7 @@
*
* \return True if initialization is successful.
*/
-DART_EXPORT bool Dart_Initialize(int argc, char** argv,
+DART_EXPORT bool Dart_Initialize(int argc, const char** argv,
Dart_IsolateInitCallback callback);
/**
« no previous file with comments | « bin/main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698