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

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

Issue 208243006: Allow built in Observatory to work on any port (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 17f20f698598a6607a465922004d465cb59a0f39..9b593cbf8af30d1d882f86a3926f072bad4d78a8 100644
--- a/runtime/bin/vmservice/client/lib/src/app/application.dart
+++ b/runtime/bin/vmservice/client/lib/src/app/application.dart
@@ -36,7 +36,7 @@ class ObservatoryApplication extends Observable {
ObservatoryApplication() :
locationManager = new LocationManager(),
- vm = new HttpVM('http://127.0.0.1:8181/') {
+ vm = new HttpVM() {
_initOnce();
}
}

Powered by Google App Engine
This is Rietveld 408576698