| Index: runtime/bin/vmservice_impl.h
|
| diff --git a/runtime/bin/vmservice_impl.h b/runtime/bin/vmservice_impl.h
|
| index f373b4beb3a4c4ff9a8372c2aab714a2308b1641..f499abfd41b67abea619ff086e0d49a19fdb205e 100644
|
| --- a/runtime/bin/vmservice_impl.h
|
| +++ b/runtime/bin/vmservice_impl.h
|
| @@ -18,7 +18,8 @@ class VmService {
|
|
|
| static bool Setup(const char* server_ip,
|
| intptr_t server_port,
|
| - bool running_precompiled);
|
| + bool running_precompiled,
|
| + bool dev_mode_server);
|
|
|
| // Error message if startup failed.
|
| static const char* GetErrorMessage();
|
|
|