| Index: webrtc/libjingle/xmpp/xmpppump.cc
|
| diff --git a/webrtc/libjingle/xmpp/xmpppump.cc b/webrtc/libjingle/xmpp/xmpppump.cc
|
| index 4412483cb8382ce62cc84974e5f478ced042f635..abd740639ada0f160726c5f12bbeb021298fefc4 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(RTC_FROM_HERE, this);
|
| }
|
|
|
| int64_t XmppPump::CurrentTime() {
|
|
|