Index: webrtc/base/openssladapter.cc |
diff --git a/webrtc/base/openssladapter.cc b/webrtc/base/openssladapter.cc |
index 40c352d6436ef11a4cf2cb5fa6bd2bd83f278cce..575d64bab5aad46ff58faaa9859eda94125435df 100644 |
--- a/webrtc/base/openssladapter.cc |
+++ b/webrtc/base/openssladapter.cc |
@@ -404,7 +404,7 @@ OpenSSLAdapter::ContinueSSL() { |
if (DTLSv1_get_timeout(ssl_, &timeout)) { |
int delay = timeout.tv_sec * 1000 + timeout.tv_usec/1000; |
- Thread::Current()->PostDelayed(delay, this, MSG_TIMEOUT, 0); |
+ Thread::Current()->PostDelayed(FROM_HERE, delay, this, MSG_TIMEOUT, 0); |
} |
break; |