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

Unified Diff: sky/engine/core/inspector/inspector_backend_mojo.cc

Issue 738093002: Make debugger stepping work in Sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/inspector/inspector_backend_mojo.cc
diff --git a/sky/engine/core/inspector/inspector_backend_mojo.cc b/sky/engine/core/inspector/inspector_backend_mojo.cc
index 93734c9d0564ee310c2964f36c35f43b463aaea5..d0628ec3e596da00ff81e9ec29a45ba525c855e4 100644
--- a/sky/engine/core/inspector/inspector_backend_mojo.cc
+++ b/sky/engine/core/inspector/inspector_backend_mojo.cc
@@ -30,8 +30,6 @@ public:
private:
virtual void run(Page* page)
{
- if (run_loop_)
- return;
run_loop_.reset(new base::RunLoop());
run_loop_->Run();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698