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

Unified Diff: runtime/vm/dart.h

Issue 8713012: Introduce Dart_SetVMFlags API function. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Force atomicity. 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: runtime/vm/dart.h
diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
index 4bb6be8fe9814c1663e66cc3d45edca020e15dd5..313b3b70986b36ee6dd79d3cd64d650c7e0702ec 100644
--- a/runtime/vm/dart.h
+++ b/runtime/vm/dart.h
@@ -16,8 +16,7 @@ class Isolate;
class Dart : public AllStatic {
public:
- static bool InitOnce(int argc, const char** argv,
- Dart_IsolateInitCallback callback);
+ static bool InitOnce(Dart_IsolateInitCallback callback);
static Isolate* CreateIsolate();
static void InitializeIsolate(const Dart_Snapshot* snapshot, void* data);

Powered by Google App Engine
This is Rietveld 408576698