summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-webrtc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-webrtc.patch')
-rw-r--r--www-client/chromium/files/chromium-webrtc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-webrtc.patch b/www-client/chromium/files/chromium-webrtc.patch
new file mode 100644
index 0000000..07b770b
--- /dev/null
+++ b/www-client/chromium/files/chromium-webrtc.patch
@@ -0,0 +1,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_);
+ };