Chromium Code Reviews| Index: runtime/vm/dart.h |
| =================================================================== |
| --- runtime/vm/dart.h (revision 3366) |
| +++ runtime/vm/dart.h (working copy) |
| @@ -19,7 +19,7 @@ |
| static bool InitOnce(Dart_IsolateCreateCallback create, |
| Dart_IsolateInterruptCallback interrupt); |
| - static Isolate* CreateIsolate(); |
| + static Isolate* CreateIsolate(const char* name_prefix); |
| static void InitializeIsolate(const uint8_t* snapshot, void* data); |
| static void ShutdownIsolate(); |