Index: webrtc/p2p/base/transportcontroller_unittest.cc |
diff --git a/webrtc/p2p/base/transportcontroller_unittest.cc b/webrtc/p2p/base/transportcontroller_unittest.cc |
index fdb99a733c6c8626f1ca803d240f49182338bdfd..4ca481f241f192a051a72d4f72f20b0988b6698e 100644 |
--- a/webrtc/p2p/base/transportcontroller_unittest.cc |
+++ b/webrtc/p2p/base/transportcontroller_unittest.cc |
@@ -100,8 +100,11 @@ class TransportControllerTest : public testing::Test, |
// Used for thread hopping test. |
void CreateChannelsAndCompleteConnectionOnWorkerThread() { |
- worker_thread_->Invoke<void>(rtc::Bind( |
- &TransportControllerTest::CreateChannelsAndCompleteConnection_w, this)); |
+ worker_thread_->Invoke<void>( |
+ RTC_FROM_HERE, |
+ rtc::Bind( |
+ &TransportControllerTest::CreateChannelsAndCompleteConnection_w, |
+ this)); |
} |
void CreateChannelsAndCompleteConnection_w() { |