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

Unified Diff: webrtc/base/signalthread.cc

Issue 2019423006: Adding more detail to MessageQueue::Dispatch logging. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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
Index: webrtc/base/signalthread.cc
diff --git a/webrtc/base/signalthread.cc b/webrtc/base/signalthread.cc
index 75f7b773152d13e67dbe55ee4f7578c8485c8450..0b85fbd5a7342bb82360dab6252317438c267166 100644
--- a/webrtc/base/signalthread.cc
+++ b/webrtc/base/signalthread.cc
@@ -137,7 +137,7 @@ void SignalThread::Run() {
{
EnterExit ee(this);
if (main_) {
- main_->Post(this, ST_MSG_WORKER_DONE);
+ main_->Post(FROM_HERE, this, ST_MSG_WORKER_DONE);
}
}
}

Powered by Google App Engine
This is Rietveld 408576698