diff options
Diffstat (limited to 'third_party/libwebrtc/moz-patch-stack/0075.patch')
-rw-r--r-- | third_party/libwebrtc/moz-patch-stack/0075.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libwebrtc/moz-patch-stack/0075.patch b/third_party/libwebrtc/moz-patch-stack/0075.patch index 8a4150b2aa..50162cc5f3 100644 --- a/third_party/libwebrtc/moz-patch-stack/0075.patch +++ b/third_party/libwebrtc/moz-patch-stack/0075.patch @@ -17,10 +17,10 @@ Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/a3447f709befd84a2 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtc_base/physical_socket_server.cc b/rtc_base/physical_socket_server.cc -index f0427b1081..95ba130e91 100644 +index bdea16668f..a5fe32722b 100644 --- a/rtc_base/physical_socket_server.cc +++ b/rtc_base/physical_socket_server.cc -@@ -459,7 +459,7 @@ int PhysicalSocket::DoReadFromSocket(void* buffer, +@@ -484,7 +484,7 @@ int PhysicalSocket::DoReadFromSocket(void* buffer, int received = 0; if (read_scm_timestamp_experiment_) { iovec iov = {.iov_base = buffer, .iov_len = length}; |