Index: third_party/WebKit/Source/platform/testing/RunAllTests.cpp |
diff --git a/third_party/WebKit/Source/platform/testing/RunAllTests.cpp b/third_party/WebKit/Source/platform/testing/RunAllTests.cpp |
index d63549b2954f32c12b87e8dffb6d39cf23cd761b..3e1146a548770df41e8a368aee9badde8436d511 100644 |
--- a/third_party/WebKit/Source/platform/testing/RunAllTests.cpp |
+++ b/third_party/WebKit/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, nullptr); |
+ WTF::initialize(CurrentTime, CurrentTime, CurrentTime, nullptr, nullptr); |
skobes
2015/11/14 00:10:32
Hmm, this kind of violates the contract of monoton
jbroman
2015/11/14 00:14:58
Does it any more so than for the other time functi
|
WTF::initializeMainThread(0); |
blink::TestingPlatformSupport::Config platformConfig; |