Chromium Code Reviews| Index: vm/dart.h |
| =================================================================== |
| --- vm/dart.h (revision 1549) |
| +++ vm/dart.h (working copy) |
| @@ -16,7 +16,7 @@ |
| class Dart : public AllStatic { |
| public: |
| - static bool InitOnce(int argc, char** argv, |
| + static bool InitOnce(int argc, const char** argv, |
| Dart_IsolateInitCallback callback); |
| static Isolate* CreateIsolate(); |