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