| Index: runtime/bin/vmservice_dartium.h
 | 
| diff --git a/runtime/bin/vmservice_dartium.h b/runtime/bin/vmservice_dartium.h
 | 
| index 11067ee2cf772d8ec2778b92b45b1c2b0d0aab7e..8af936ec56452a7b8950ef740619ed6a05fa73b8 100644
 | 
| --- a/runtime/bin/vmservice_dartium.h
 | 
| +++ b/runtime/bin/vmservice_dartium.h
 | 
| @@ -18,8 +18,7 @@ class VmServiceServer {
 | 
|    static void Bootstrap();
 | 
|    static Dart_Isolate CreateIsolate(const uint8_t* snapshot_buffer);
 | 
|  
 | 
| -  static const char* GetServerIP();
 | 
| -  static intptr_t GetServerPort();
 | 
| +  static const char* GetServerAddress();
 | 
|  
 | 
|    static void DecompressAssets(const uint8_t* input, unsigned int input_len,
 | 
|                                 uint8_t** output, unsigned int* output_length);
 | 
| 
 |