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

Unified Diff: vm/dart.cc

Issue 8439061: Support command line parameters to specify a url to file name mapping. This is used during snapsh... (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
Index: vm/dart.cc
===================================================================
--- vm/dart.cc (revision 1494)
+++ vm/dart.cc (working copy)
@@ -23,7 +23,7 @@
Isolate* Dart::vm_isolate_ = NULL;
DebugInfo* Dart::pprof_symbol_generator_ = NULL;
-bool Dart::InitOnce(int argc, char** argv,
+bool Dart::InitOnce(int argc, const char** argv,
Dart_IsolateInitCallback callback) {
// TODO(iposva): Fix race condition here.
if (vm_isolate_ != NULL) {
« tools/create_snapshot_file.py ('K') | « vm/dart.h ('k') | vm/dart_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698