| Index: Source/platform/heap/RunAllTests.cpp
|
| diff --git a/Source/platform/heap/RunAllTests.cpp b/Source/platform/heap/RunAllTests.cpp
|
| index bd8fb5689ad2a4ffa15774840db823c03a1c54ac..3b147abf30bd6954c57e5bbc15b6f068a707fc07 100644
|
| --- a/Source/platform/heap/RunAllTests.cpp
|
| +++ b/Source/platform/heap/RunAllTests.cpp
|
| @@ -36,11 +36,12 @@
|
| #include "wtf/MainThread.h"
|
| #include "wtf/WTF.h"
|
| #include <base/test/test_suite.h>
|
| +#include <base/time/time.h>
|
| #include <string.h>
|
|
|
| static double CurrentTime()
|
| {
|
| - return 0.0;
|
| + return base::Time::Now().ToDoubleT();
|
| }
|
|
|
| static void AlwaysZeroNumberSource(unsigned char* buf, size_t len)
|
|
|