Chromium Code Reviews| Index: runtime/vm/dart.h |
| =================================================================== |
| --- runtime/vm/dart.h (revision 44745) |
| +++ runtime/vm/dart.h (working copy) |
| @@ -20,6 +20,7 @@ |
| class Dart : public AllStatic { |
| public: |
| static const char* InitOnce( |
| + const uint8_t* vm_isolate_snapshot, |
| Dart_IsolateCreateCallback create, |
| Dart_IsolateInterruptCallback interrupt, |
| Dart_IsolateUnhandledExceptionCallback unhandled, |