diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/libwebrtc/moz-patch-stack/0012.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libwebrtc/moz-patch-stack/0012.patch b/third_party/libwebrtc/moz-patch-stack/0012.patch index 9a7e0c365c..670ac10210 100644 --- a/third_party/libwebrtc/moz-patch-stack/0012.patch +++ b/third_party/libwebrtc/moz-patch-stack/0012.patch @@ -102,7 +102,7 @@ index b8f8ae9f7a..382511daeb 100644 #include <endian.h> #else diff --git a/rtc_base/physical_socket_server.cc b/rtc_base/physical_socket_server.cc -index b0af1c20ce..b13d1aa21b 100644 +index c3bc1814a1..01286d7150 100644 --- a/rtc_base/physical_socket_server.cc +++ b/rtc_base/physical_socket_server.cc @@ -73,7 +73,10 @@ typedef void* SockOptArg; @@ -117,7 +117,7 @@ index b0af1c20ce..b13d1aa21b 100644 int64_t GetSocketRecvTimestamp(int socket) { struct timeval tv_ioctl; -@@ -641,7 +644,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* slevel, int* sopt) { +@@ -666,7 +669,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* slevel, int* sopt) { *slevel = IPPROTO_IP; *sopt = IP_DONTFRAGMENT; break; |