Index: webrtc/api/remoteaudiosource.cc |
diff --git a/webrtc/api/remoteaudiosource.cc b/webrtc/api/remoteaudiosource.cc |
index 2d0785a08f1c9a10de8ec24274c64b445222db05..14eb82bbe3e8e745f90715731d7307a4df6c3829 100644 |
--- a/webrtc/api/remoteaudiosource.cc |
+++ b/webrtc/api/remoteaudiosource.cc |
@@ -148,7 +148,7 @@ void RemoteAudioSource::OnData(const AudioSinkInterface::Data& audio) { |
void RemoteAudioSource::OnAudioProviderGone() { |
// Called when the data provider is deleted. It may be the worker thread |
// in libjingle or may be a different worker thread. |
- main_thread_->Post(new MessageHandler(this)); |
+ main_thread_->Post(RTC_FROM_HERE, new MessageHandler(this)); |
} |
void RemoteAudioSource::OnMessage(rtc::Message* msg) { |