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

Unified Diff: runtime/vm/service.cc

Issue 295353002: Fix pause-on-start and pause-on-exit with async loading. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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/vm/isolate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service.cc
diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
index ae41d516393146e1eb8cdcf157b59b04d0931909..a19f02bb882b0651e0e46ed8fb778379f8a482df 100644
--- a/runtime/vm/service.cc
+++ b/runtime/vm/service.cc
@@ -329,9 +329,6 @@ Isolate* Service::GetServiceIsolate(void* callback_data) {
if (isolate == NULL) {
return NULL;
}
- // We don't want to pause the service isolate.
- isolate->message_handler()->set_pause_on_start(false);
- isolate->message_handler()->set_pause_on_exit(false);
Isolate::SetCurrent(isolate);
{
// Install the dart:vmservice library.
« no previous file with comments | « runtime/vm/isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698