| Index: content/renderer/background_sync/background_sync_client_impl.cc
|
| diff --git a/content/renderer/background_sync/background_sync_client_impl.cc b/content/renderer/background_sync/background_sync_client_impl.cc
|
| index f4b7d9372a0b8801d33c68ab9d8abbfcb7f52909..7a60e4ef09872df9d05cafb97def619fab1fe93b 100644
|
| --- a/content/renderer/background_sync/background_sync_client_impl.cc
|
| +++ b/content/renderer/background_sync/background_sync_client_impl.cc
|
| @@ -40,7 +40,7 @@ void BackgroundSyncClientImpl::Sync(
|
| ServiceWorkerContextClient::ThreadSpecificInstance();
|
| if (!client) {
|
| callback.Run(blink::mojom::ServiceWorkerEventStatus::ABORTED,
|
| - base::Time::Now().ToDoubleT());
|
| + base::Time::Now());
|
| return;
|
| }
|
|
|
|
|