| Index: third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.cpp b/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.cpp
|
| index 1683547747e1cf4aaff86bc58225762bb1abf77e..d9d723566d8795149821fa0d6a9c3003ed2d98e8 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.cpp
|
| @@ -70,7 +70,7 @@ V8GCForContextDispose& V8GCForContextDispose::instance()
|
|
|
| void V8GCForContextDispose::pseudoIdleTimerFired(Timer<V8GCForContextDispose>*)
|
| {
|
| - V8PerIsolateData::mainThreadIsolate()->IdleNotificationDeadline(Platform::current()->monotonicallyIncreasingTime());
|
| + V8PerIsolateData::mainThreadIsolate()->IdleNotificationDeadline(Platform::current()->monotonicallyIncreasingTimeSeconds());
|
| reset();
|
| }
|
|
|
|
|