| Index: webrtc/api/datachannel.cc
|
| diff --git a/webrtc/api/datachannel.cc b/webrtc/api/datachannel.cc
|
| index 452e4b39611f7f0d99d6e0813f39124eeaf5aaf5..5a18e6f1e8ac62e567980c48a475b4e52a58bdc9 100644
|
| --- a/webrtc/api/datachannel.cc
|
| +++ b/webrtc/api/datachannel.cc
|
| @@ -187,7 +187,7 @@ bool DataChannel::Init(const InternalDataChannelInit& config) {
|
| // Chrome glue and WebKit) are not wired up properly until after this
|
| // function returns.
|
| if (provider_->ReadyToSendData()) {
|
| - rtc::Thread::Current()->Post(this, MSG_CHANNELREADY, NULL);
|
| + rtc::Thread::Current()->Post(RTC_FROM_HERE, this, MSG_CHANNELREADY, NULL);
|
| }
|
| }
|
|
|
|
|