Chromium Code Reviews| Index: runtime/vm/dart.h |
| =================================================================== |
| --- runtime/vm/dart.h (revision 2528) |
| +++ runtime/vm/dart.h (working copy) |
| @@ -16,7 +16,8 @@ |
| class Dart : public AllStatic { |
| public: |
| - static bool InitOnce(Dart_IsolateCreateCallback callback); |
| + static bool InitOnce(Dart_IsolateCreateCallback create, |
| + Dart_IsolateInterruptCallback interrupt); |
| static Isolate* CreateIsolate(); |
| static void InitializeIsolate(const uint8_t* snapshot, void* data); |