| Index: third_party/WebKit/Source/platform/scheduler/base/time_domain.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/base/time_domain.h b/third_party/WebKit/Source/platform/scheduler/base/time_domain.h
|
| index 82db58b8f2cd520c568fbc6135675fe0d309c1f1..4b000da84e18c41ccc46f8b9e41d55d3cc712c10 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/base/time_domain.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/time_domain.h
|
| @@ -135,8 +135,8 @@ class BLINK_PLATFORM_EXPORT TimeDomain {
|
| DCHECK(queue->heap_handle().IsValid());
|
| queue->set_heap_handle(HeapHandle());
|
|
|
| - DCHECK_NE(queue->scheduled_time_domain_wake_up(), base::TimeTicks());
|
| - queue->set_scheduled_time_domain_wake_up(base::TimeTicks());
|
| + DCHECK(queue->scheduled_time_domain_wake_up());
|
| + queue->SetScheduledTimeDomainWakeUp(base::nullopt);
|
| }
|
| };
|
|
|
|
|