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() { |