| Index: third_party/WebKit/Source/wtf/testing/RunAllTests.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp b/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp
|
| index 2b5d15da166cacdb6a52dee24aeed4dc36a9054d..09f7081e61547e897dbdd76f38087a33b864bf7d 100644
|
| --- a/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp
|
| +++ b/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp
|
| @@ -43,7 +43,8 @@ static double dummyCurrentTime()
|
| int main(int argc, char** argv)
|
| {
|
| WTF::Partitions::initialize(nullptr);
|
| - WTF::setTimeFunctionsForTesting(dummyCurrentTime);
|
| + WTF::setCurrentTimeFunctionForTesting(dummyCurrentTime);
|
| + WTF::setMonotonicallyIncreasingTimeFunctionForTesting(dummyCurrentTime);
|
| WTF::initialize(nullptr);
|
| return base::RunUnitTestsUsingBaseTestSuite(argc, argv);
|
| }
|
|
|