Chromium Code Reviews| Index: src/platform-freebsd.cc |
| =================================================================== |
| --- src/platform-freebsd.cc (revision 10404) |
| +++ src/platform-freebsd.cc (working copy) |
| @@ -79,7 +79,7 @@ |
| static Mutex* limit_mutex = NULL; |
| -void OS::Setup() { |
| +void OS::SetUp() { |
| // Seed the random number generator. |
| // Convert the current time to a 64-bit integer first, before converting it |
| // to an unsigned. Going directly can cause an overflow and the seed to be |