summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-webrtc.patch
blob: 07b770b2a3bef631b6efde7f8cea39155039e09b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/third_party/webrtc/api/ice_transport_factory.cc b/third_party/webrtc/api/ice_transport_factory.cc
index b632f0913..6cc399aef 100644
--- a/third_party/webrtc/api/ice_transport_factory.cc
+++ b/third_party/webrtc/api/ice_transport_factory.cc
@@ -42,7 +42,7 @@ class IceTransportWithTransportChannel : public IceTransportInterface {
   }
 
  private:
-  const rtc::ThreadChecker thread_checker_;
+  const rtc::ThreadChecker thread_checker_{};
   const std::unique_ptr<cricket::IceTransportInternal> internal_
       RTC_GUARDED_BY(thread_checker_);
 };