Chromium Code Reviews| Index: runtime/vm/dart.h |
| =================================================================== |
| --- runtime/vm/dart.h (revision 1859) |
| +++ runtime/vm/dart.h (working copy) |
| @@ -16,8 +16,7 @@ |
| 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); |