| Index: Source/platform/testing/RunAllTests.cpp
 | 
| diff --git a/Source/platform/testing/RunAllTests.cpp b/Source/platform/testing/RunAllTests.cpp
 | 
| index 474c84d2773b0f4a15356cfd28380338b12c0392..d63549b2954f32c12b87e8dffb6d39cf23cd761b 100644
 | 
| --- a/Source/platform/testing/RunAllTests.cpp
 | 
| +++ b/Source/platform/testing/RunAllTests.cpp
 | 
| @@ -53,7 +53,7 @@ static void AlwaysZeroNumberSource(unsigned char* buf, size_t len)
 | 
|  int main(int argc, char** argv)
 | 
|  {
 | 
|      WTF::setRandomSource(AlwaysZeroNumberSource);
 | 
| -    WTF::initialize(CurrentTime, nullptr, nullptr, nullptr);
 | 
| +    WTF::initialize(CurrentTime, nullptr, nullptr, nullptr, nullptr);
 | 
|      WTF::initializeMainThread(0);
 | 
|  
 | 
|      blink::TestingPlatformSupport::Config platformConfig;
 | 
| 
 |