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 6215f4017c61d3ccf517ebf852bfbbe2a91ee3f5..999771a98632564ee89b14a0c0194b14b9fee4a7 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 |