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

Unified Diff: runtime/bin/vmservice/client/lib/src/app/application.dart

Issue 305603004: Observatory now uses websockets to communicate with the vm. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 months 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
Index: runtime/bin/vmservice/client/lib/src/app/application.dart
diff --git a/runtime/bin/vmservice/client/lib/src/app/application.dart b/runtime/bin/vmservice/client/lib/src/app/application.dart
index 3ebdc7b4c57f1a42529b85fc0092fe88e5a93e8d..e10fa76a564788926c4c6fd08497cb99d148f140 100644
--- a/runtime/bin/vmservice/client/lib/src/app/application.dart
+++ b/runtime/bin/vmservice/client/lib/src/app/application.dart
@@ -50,7 +50,7 @@ class ObservatoryApplication extends Observable {
ObservatoryApplication() :
locationManager = new LocationManager(),
- vm = new HttpVM() {
+ vm = new WebSocketVM() {
Cutch 2014/05/28 19:31:48 Yahoo!
_initOnce();
}
}

Powered by Google App Engine
This is Rietveld 408576698