| Index: runtime/vm/dart.h
|
| ===================================================================
|
| --- runtime/vm/dart.h (revision 15227)
|
| +++ runtime/vm/dart.h (working copy)
|
| @@ -18,9 +18,9 @@
|
|
|
| class Dart : public AllStatic {
|
| public:
|
| - static bool InitOnce(Dart_IsolateCreateCallback create,
|
| - Dart_IsolateInterruptCallback interrupt,
|
| - Dart_IsolateShutdownCallback shutdown);
|
| + static const char* InitOnce(Dart_IsolateCreateCallback create,
|
| + Dart_IsolateInterruptCallback interrupt,
|
| + Dart_IsolateShutdownCallback shutdown);
|
|
|
| static Isolate* CreateIsolate(const char* name_prefix);
|
| static RawError* InitializeIsolate(const uint8_t* snapshot, void* data);
|
|
|