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