| Index: jingle/glue/pseudotcp_adapter.cc
|
| diff --git a/jingle/glue/pseudotcp_adapter.cc b/jingle/glue/pseudotcp_adapter.cc
|
| index a34ddd539389b447d65bb7889bde02b85bcf7fd3..3af46dc2faaad24750e480f7f32a8ece6b8d5a40 100644
|
| --- a/jingle/glue/pseudotcp_adapter.cc
|
| +++ b/jingle/glue/pseudotcp_adapter.cc
|
| @@ -370,7 +370,7 @@ void PseudoTcpAdapter::Core::AdjustClock() {
|
| if (pseudo_tcp_.GetNextClock(PseudoTcp::Now(), timeout)) {
|
| timer_.Stop();
|
| timer_.Start(base::TimeDelta::FromMilliseconds(std::max(timeout, 0L)), this,
|
| - &PseudoTcpAdapter::Core::HandleTcpClock);
|
| + &PseudoTcpAdapter::Core::HandleTcpClock, FROM_HERE);
|
| }
|
| }
|
|
|
|
|