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

Unified Diff: runtime/observatory/lib/src/elements/vm_connect.dart

Issue 1072423003: When attempting to navigate to a page for an isolate that doesn't exist, offer to (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/observatory/lib/src/elements/vm_connect.dart
diff --git a/runtime/observatory/lib/src/elements/vm_connect.dart b/runtime/observatory/lib/src/elements/vm_connect.dart
index 7323d685fed7d0954eae883e5205ff5b22064808..52f6b8dcde9d68d72fa58a9d414dbd39d09da147 100644
--- a/runtime/observatory/lib/src/elements/vm_connect.dart
+++ b/runtime/observatory/lib/src/elements/vm_connect.dart
@@ -68,7 +68,7 @@ class VMConnectElement extends ObservatoryElement {
void _connect(WebSocketVMTarget target) {
_connectToVM(app, target);
- app.locationManager.go('#/vm');
+ app.locationManager.goForwardingParameters('/vm');
}
void onPoll() {

Powered by Google App Engine
This is Rietveld 408576698