| Index: runtime/bin/vmservice_impl.h
|
| diff --git a/runtime/bin/vmservice_impl.h b/runtime/bin/vmservice_impl.h
|
| index f923dcac3c58a8ac58c002642115ec417b7c8ad1..9f9ce6b10fd8d6f57aeba043fd5ab437a275caf3 100644
|
| --- a/runtime/bin/vmservice_impl.h
|
| +++ b/runtime/bin/vmservice_impl.h
|
| @@ -25,9 +25,7 @@ class VmService {
|
| static const char* GetErrorMessage();
|
|
|
| // HTTP Server's address.
|
| - static const char* GetServerAddress() {
|
| - return &server_uri_[0];
|
| - }
|
| + static const char* GetServerAddress() { return &server_uri_[0]; }
|
|
|
| private:
|
| static const intptr_t kServerUriStringBufferSize = 1024;
|
| @@ -40,7 +38,8 @@ class VmService {
|
| static Dart_Handle LoadSource(Dart_Handle library, const char* name);
|
| static Dart_Handle LoadResources(Dart_Handle library);
|
| static Dart_Handle LoadResource(Dart_Handle library, const char* name);
|
| - static Dart_Handle LibraryTagHandler(Dart_LibraryTag tag, Dart_Handle library,
|
| + static Dart_Handle LibraryTagHandler(Dart_LibraryTag tag,
|
| + Dart_Handle library,
|
| Dart_Handle url);
|
|
|
| static const char* error_msg_;
|
|
|