Chromium Code Reviews| Index: src/platform-win32.cc |
| diff --git a/src/platform-win32.cc b/src/platform-win32.cc |
| index fe84bcd3fff234bd69b2e834f8bda105f29f148b..e64ced99a786b6a0bc672cedf036876e3df2b5df 100644 |
| --- a/src/platform-win32.cc |
| +++ b/src/platform-win32.cc |
| @@ -540,7 +540,7 @@ char* Win32Time::LocalTimezone(TimezoneCache* cache) { |
| } |
| -void OS::PostSetUp() { |
| +void OS::PostSetUp(bool serializer_enabled) { |
| // Math functions depend on CPU features therefore they are initialized after |
| // CPU. |
| MathSetup(); |