Chromium Code Reviews| Index: runtime/bin/vmservice_dartium.h |
| =================================================================== |
| --- runtime/bin/vmservice_dartium.h (revision 45764) |
| +++ runtime/bin/vmservice_dartium.h (working copy) |
| @@ -16,7 +16,7 @@ |
| class VmServiceServer { |
| public: |
| static void Bootstrap(); |
| - static Dart_Isolate CreateIsolate(); |
| + static Dart_Isolate CreateIsolate(const uint8_t* snapshot_buffer); |
| static const char* GetServerIP(); |
| static intptr_t GetServerPort(); |