| Index: talk/app/webrtc/dtlsidentitystore.h
|
| diff --git a/talk/app/webrtc/dtlsidentitystore.h b/talk/app/webrtc/dtlsidentitystore.h
|
| index 1ceaa825885c256e5b1c26bcd1294a3670e188c6..b2a797462fbe43b747070db0223fca07775aae05 100644
|
| --- a/talk/app/webrtc/dtlsidentitystore.h
|
| +++ b/talk/app/webrtc/dtlsidentitystore.h
|
| @@ -79,8 +79,8 @@ class DtlsIdentityStore : public rtc::MessageHandler {
|
|
|
| void PostGenerateIdentityResult_w(rtc::scoped_ptr<rtc::SSLIdentity> identity);
|
|
|
| - rtc::Thread* signaling_thread_;
|
| - rtc::Thread* worker_thread_;
|
| + rtc::Thread* const signaling_thread_;
|
| + rtc::Thread* const worker_thread_;
|
|
|
| // These members should be accessed on the signaling thread only.
|
| int pending_jobs_;
|
|
|