| Index: runtime/vm/dart.h
|
| diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
|
| index f720df594fd17df199ef6746be6b113ec03cf01f..1c522b98eca76b4534a4435f508edc2517b2fe4f 100644
|
| --- a/runtime/vm/dart.h
|
| +++ b/runtime/vm/dart.h
|
| @@ -16,8 +16,7 @@ class Isolate;
|
|
|
| class Dart : public AllStatic {
|
| public:
|
| - static bool InitOnce(int argc, const char** argv,
|
| - Dart_IsolateCreateCallback callback);
|
| + static bool InitOnce(Dart_IsolateCreateCallback callback);
|
|
|
| static Isolate* CreateIsolate();
|
| static void InitializeIsolate(const Dart_Snapshot* snapshot, void* data);
|
|
|