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