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

Unified Diff: runtime/vm/dart.h

Issue 1162033005: Fix http://dartbug.com/23578: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update to ToT. Created 5 years, 6 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/dart.h
diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
index 470b3ffd28be4c9107dcaf8de0cd6a446e04fc83..a3234ca6324c9ab5c942a0f47a47228957d1d040 100644
--- a/runtime/vm/dart.h
+++ b/runtime/vm/dart.h
@@ -32,7 +32,8 @@ class Dart : public AllStatic {
Dart_EntropySource entropy_source);
static const char* Cleanup();
- static Isolate* CreateIsolate(const char* name_prefix);
+ static Isolate* CreateIsolate(const char* name_prefix,
+ const Dart_IsolateFlags& api_flags);
static RawError* InitializeIsolate(const uint8_t* snapshot, void* data);
static void RunShutdownCallback();
static void ShutdownIsolate();

Powered by Google App Engine
This is Rietveld 408576698