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

Unified Diff: runtime/observatory/tests/service/service_test_common.dart

Issue 2953373002: [observatory] Add a 'GC' button to heap map. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « runtime/observatory/lib/src/repositories/allocation_profile.dart ('k') | runtime/vm/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/service/service_test_common.dart
diff --git a/runtime/observatory/tests/service/service_test_common.dart b/runtime/observatory/tests/service/service_test_common.dart
index c623234c8165016393e895513e728fa59395f8e2..841fd3babf2df92c29382a9d7cc88d9cda8779da 100644
--- a/runtime/observatory/tests/service/service_test_common.dart
+++ b/runtime/observatory/tests/service/service_test_common.dart
@@ -225,7 +225,7 @@ Future<Isolate> markDartColonLibrariesDebuggable(Isolate isolate) async {
IsolateTest reloadSources([bool pause = false]) {
return (Isolate isolate) async {
Map<String, dynamic> params = <String, dynamic>{};
- if (pause == true) {
+ if (pause) {
params['pause'] = pause;
}
return isolate.invokeRpc('reloadSources', params);
« no previous file with comments | « runtime/observatory/lib/src/repositories/allocation_profile.dart ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698