| Index: third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp b/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
|
| index 7b66ef42241fb800b1e4fa8398fc2a14ad668599..548c3975cd98c60063b40db30b02a8becde472b5 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
|
| @@ -144,7 +144,8 @@ void ScriptedIdleTaskController::callbackFired(
|
| // Queue for execution when we are resumed.
|
| m_pendingTimeouts.append(id);
|
| }
|
| - // Just drop callbacks called while suspended, these will be reposted on the idle task queue when we are resumed.
|
| + // Just drop callbacks called while suspended, these will be reposted on the
|
| + // idle task queue when we are resumed.
|
| return;
|
| }
|
|
|
|
|