Index: runtime/observatory/lib/service_common.dart |
diff --git a/runtime/observatory/lib/service_common.dart b/runtime/observatory/lib/service_common.dart |
index 8e7b5c0fb1481dedbf6510a1252fc15ae2a43b17..cd146ee16573062a6455dade87be0481f643a8a2 100644 |
--- a/runtime/observatory/lib/service_common.dart |
+++ b/runtime/observatory/lib/service_common.dart |
@@ -91,6 +91,8 @@ abstract class CommonWebSocketVM extends VM { |
bool _hasFinishedConnect = false; |
Utf8Decoder _utf8Decoder = const Utf8Decoder(); |
+ String get displayName => '${name}@${target.name}'; |
+ |
CommonWebSocket _webSocket; |
CommonWebSocketVM(this.target, this._webSocket) { |