| Index: base/third_party/nspr/prtime.cc
|
| diff --git a/base/third_party/nspr/prtime.cc b/base/third_party/nspr/prtime.cc
|
| index 240788440b90fa0e0e9cf9b6f179039a63ffb290..65f93eef0ef29a97c7c0843078019253da93d646 100644
|
| --- a/base/third_party/nspr/prtime.cc
|
| +++ b/base/third_party/nspr/prtime.cc
|
| @@ -149,7 +149,7 @@ PR_ImplodeTime(const PRExplodedTime *exploded)
|
| result *= kSecondsToMicroseconds;
|
| result += exploded->tm_usec;
|
| return result;
|
| -#elif defined(OS_LINUX) || defined(OS_FREEBSD)
|
| +#elif defined(OS_POSIX)
|
| struct tm exp_tm = {0};
|
| exp_tm.tm_sec = exploded->tm_sec;
|
| exp_tm.tm_min = exploded->tm_min;
|
|
|