Chromium Code Reviews| Index: src/platform-win32.cc |
| diff --git a/src/platform-win32.cc b/src/platform-win32.cc |
| index 11dcdcc769c87382dccf2abb7d52512336fff2b2..4486caff382ca6c4d2594930707291969ef4dced 100644 |
| --- a/src/platform-win32.cc |
| +++ b/src/platform-win32.cc |
| @@ -515,7 +515,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(); |