summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__webrtc__base__httpcommon.cc
blob: 9591db5fa0bd021131567d8abc5594781bc578c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./third_party/webrtc/base/httpcommon.cc.orig	2014-08-20 21:04:28.000000000 +0200
+++ ./third_party/webrtc/base/httpcommon.cc	2014-08-22 18:44:03.000000000 +0200
@@ -382,7 +382,7 @@
     gmt = non_gmt + kTimeZoneOffsets[zindex] * 60 * 60;
   }
   // TODO: Android should support timezone, see b/2441195
-#if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS) || defined(WEBRTC_ANDROID) || defined(BSD)
+#if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS) || defined(WEBRTC_ANDROID) || defined(WEBRTC_BSD)
   tm *tm_for_timezone = localtime((time_t *)&gmt);
   *seconds = gmt + tm_for_timezone->tm_gmtoff;
 #else