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, 0 insertions, 13 deletions
diff --git a/www-client/chromium/files/chromium-webrtc.patch b/www-client/chromium/files/chromium-webrtc.patch
deleted file mode 100644
index 07b770b..0000000
--- a/www-client/chromium/files/chromium-webrtc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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_);
- };