Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1229)

Unified Diff: runtime/bin/vmservice/server.dart

Issue 2497693002: Fix test breakage in checked mode. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/server.dart
diff --git a/runtime/bin/vmservice/server.dart b/runtime/bin/vmservice/server.dart
index 69f07285c678dd646396f90db01a79d465891e99..826205326a4d1390e4f4987fff3738c4683c5dcc 100644
--- a/runtime/bin/vmservice/server.dart
+++ b/runtime/bin/vmservice/server.dart
@@ -338,7 +338,7 @@ class Server {
}
// Shutdown HTTP server and subscription.
- String oldServerAddress = serverAddress;
+ Uri oldServerAddress = serverAddress;
return cleanup(forced).then((_) {
print('Observatory no longer listening on $oldServerAddress');
_server = null;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698