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

Unified Diff: runtime/bin/vmservice/client/lib/src/observatory/location_manager.dart

Issue 135843006: Improve Code object support in service and observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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/observatory/location_manager.dart
diff --git a/runtime/bin/vmservice/client/lib/src/observatory/location_manager.dart b/runtime/bin/vmservice/client/lib/src/observatory/location_manager.dart
index 509385c460e5fa9a0b2d428764dd0519bc09033d..d4457916518a050e9da7f367762e3dc4f58bac37 100644
--- a/runtime/bin/vmservice/client/lib/src/observatory/location_manager.dart
+++ b/runtime/bin/vmservice/client/lib/src/observatory/location_manager.dart
@@ -36,6 +36,7 @@ class LocationManager extends Observable {
}
}
+
/// Returns the current isolate prefix, i.e. '#/isolates/XX/' if one
/// is present and null otherwise.
String currentIsolateAnchorPrefix() {
@@ -85,6 +86,7 @@ class LocationManager extends Observable {
profile = true;
} else {
application.requestManager.get(requestUrl);
+ profile = false;
}
}

Powered by Google App Engine
This is Rietveld 408576698