| Index: webrtc/api/test/fakedtlsidentitystore.h
|
| diff --git a/webrtc/api/test/fakedtlsidentitystore.h b/webrtc/api/test/fakedtlsidentitystore.h
|
| index 58de38fb32608b625b5d3518d3bc408977f80d5d..78ac16de87f5d2e0cb8582f8a2a1c8067679eb83 100644
|
| --- a/webrtc/api/test/fakedtlsidentitystore.h
|
| +++ b/webrtc/api/test/fakedtlsidentitystore.h
|
| @@ -156,7 +156,7 @@ class FakeDtlsIdentityStore : public webrtc::DtlsIdentityStoreInterface,
|
| key_params.ec_curve() == rtc::EC_NIST_P256);
|
| msg_id = MSG_SUCCESS_ECDSA;
|
| }
|
| - rtc::Thread::Current()->Post(this, msg_id, msg);
|
| + rtc::Thread::Current()->Post(FROM_HERE, this, msg_id, msg);
|
| }
|
|
|
| static rtc::scoped_refptr<rtc::RTCCertificate> GenerateCertificate() {
|
|
|