Index: runtime/vm/dart.h |
=================================================================== |
--- runtime/vm/dart.h (revision 3862) |
+++ runtime/vm/dart.h (working copy) |
@@ -13,6 +13,7 @@ |
// Forward declarations. |
class DebugInfo; |
class Isolate; |
+class RawError; |
class Dart : public AllStatic { |
public: |
@@ -20,7 +21,7 @@ |
Dart_IsolateInterruptCallback interrupt); |
static Isolate* CreateIsolate(const char* name_prefix); |
- static void InitializeIsolate(const uint8_t* snapshot, void* data); |
+ static RawError* InitializeIsolate(const uint8_t* snapshot, void* data); |
static void ShutdownIsolate(); |
static Isolate* vm_isolate() { return vm_isolate_; } |