| Index: runtime/vm/dart.h
|
| diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
|
| index 4bb6be8fe9814c1663e66cc3d45edca020e15dd5..313b3b70986b36ee6dd79d3cd64d650c7e0702ec 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_IsolateInitCallback callback);
|
| + static bool InitOnce(Dart_IsolateInitCallback callback);
|
|
|
| static Isolate* CreateIsolate();
|
| static void InitializeIsolate(const Dart_Snapshot* snapshot, void* data);
|
|
|