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

Unified Diff: webrtc/libjingle/xmpp/xmpppump.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/libjingle/xmpp/xmpppump.cc
diff --git a/webrtc/libjingle/xmpp/xmpppump.cc b/webrtc/libjingle/xmpp/xmpppump.cc
index 4412483cb8382ce62cc84974e5f478ced042f635..6bad4c754c9fef69c9b9b8f0c05522529cbfb908 100644
--- a/webrtc/libjingle/xmpp/xmpppump.cc
+++ b/webrtc/libjingle/xmpp/xmpppump.cc
@@ -46,7 +46,7 @@ void XmppPump::OnStateChange(buzz::XmppEngine::State state) {
}
void XmppPump::WakeTasks() {
- rtc::Thread::Current()->Post(this);
+ rtc::Thread::Current()->Post(FROM_HERE, this);
}
int64_t XmppPump::CurrentTime() {

Powered by Google App Engine
This is Rietveld 408576698