| Index: runtime/bin/vmservice_dartium.cc
|
| diff --git a/runtime/bin/vmservice_dartium.cc b/runtime/bin/vmservice_dartium.cc
|
| index cd40dd7e32247a67d6eb4e42e94aa8ade4950c49..e523dad0d09fc9a62646821a4ed001da8386cc2d 100644
|
| --- a/runtime/bin/vmservice_dartium.cc
|
| +++ b/runtime/bin/vmservice_dartium.cc
|
| @@ -77,13 +77,8 @@ Dart_Isolate VmServiceServer::CreateIsolate(const uint8_t* snapshot_buffer) {
|
| }
|
|
|
|
|
| -const char* VmServiceServer::GetServerIP() {
|
| - return VmService::GetServerIP();
|
| -}
|
| -
|
| -
|
| -intptr_t VmServiceServer::GetServerPort() {
|
| - return VmService::GetServerPort();
|
| +const char* VmServiceServer::GetServerAddress() {
|
| + return VmService::GetServerAddress();
|
| }
|
|
|
|
|
|
|