| Index: third_party/WebKit/Source/web/WebKit.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp
|
| index b05429d38342f85692ef5c1f80b6ee6e2b8d185b..c892d8b06b2c170be6d89a38a70f71033ec2914e 100644
|
| --- a/third_party/WebKit/Source/web/WebKit.cpp
|
| +++ b/third_party/WebKit/Source/web/WebKit.cpp
|
| @@ -134,12 +134,12 @@ v8::Isolate* mainThreadIsolate()
|
|
|
| static double currentTimeFunction()
|
| {
|
| - return Platform::current()->currentTime();
|
| + return Platform::current()->currentTimeSeconds();
|
| }
|
|
|
| static double monotonicallyIncreasingTimeFunction()
|
| {
|
| - return Platform::current()->monotonicallyIncreasingTime();
|
| + return Platform::current()->monotonicallyIncreasingTimeSeconds();
|
| }
|
|
|
| static double systemTraceTimeFunction()
|
|
|