Index: vm/dart.h |
=================================================================== |
--- vm/dart.h (revision 1955) |
+++ vm/dart.h (working copy) |
@@ -17,7 +17,7 @@ |
class Dart : public AllStatic { |
public: |
static bool InitOnce(int argc, const char** argv, |
- Dart_IsolateInitCallback callback); |
+ Dart_IsolateCreateCallback callback); |
static Isolate* CreateIsolate(); |
static void InitializeIsolate(const Dart_Snapshot* snapshot, void* data); |