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

Unified Diff: runtime/bin/vmservice/client/lib/src/elements/isolate_summary.dart

Issue 340443006: Add support for asynchronous event notification to the observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: runtime/bin/vmservice/client/lib/src/elements/isolate_summary.dart
diff --git a/runtime/bin/vmservice/client/lib/src/elements/isolate_summary.dart b/runtime/bin/vmservice/client/lib/src/elements/isolate_summary.dart
index b35acca1cc8bc0aef7315bc29879aec0959d547c..28a8f1d947a4df7394433b106d35bc567c04651b 100644
--- a/runtime/bin/vmservice/client/lib/src/elements/isolate_summary.dart
+++ b/runtime/bin/vmservice/client/lib/src/elements/isolate_summary.dart
@@ -37,6 +37,7 @@ class IsolateRunStateElement extends ObservatoryElement {
// TODO(turnidge): Instead of asserting here, handle errors
// properly.
assert(result.serviceType == 'Success');
+ app.removePauseEvents(isolate);
return isolate.reload();
});
}

Powered by Google App Engine
This is Rietveld 408576698