Chromium Code Reviews| Index: src/platform-macos.cc |
| =================================================================== |
| --- src/platform-macos.cc (revision 10367) |
| +++ src/platform-macos.cc (working copy) |
| @@ -93,7 +93,7 @@ |
| static Mutex* limit_mutex = NULL; |
| -void OS::Setup() { |
| +void OS::SetUp() { |
| // Seed the random number generator. We preserve microsecond resolution. |
| uint64_t seed = Ticks() ^ (getpid() << 16); |
| srandom(static_cast<unsigned int>(seed)); |