| Index: third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
|
| index fa568cc657258a2c6ec76f37f1ea409d64307e15..324b79ee19b0dc06c79ae9623842a3203890fb16 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
|
| @@ -252,7 +252,7 @@ class BLINK_PLATFORM_EXPORT TaskQueueManager
|
|
|
| // Delayed Tasks with run_times <= Now() are enqueued onto the work queue and
|
| // reloads any empty work queues.
|
| - void WakeupReadyDelayedQueues(LazyNow* lazy_now);
|
| + void WakeUpReadyDelayedQueues(LazyNow* lazy_now);
|
|
|
| // Chooses the next work queue to service. Returns true if |out_queue|
|
| // indicates the queue from which the next task should be run, false to
|
|
|