| Index: third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp b/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
|
| index 321eb1537c82bf9592693b0cd498e51d24c55d1a..a98bad827ddea602ae0bff0ec955feb81e9ec689 100644
|
| --- a/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
|
| @@ -524,8 +524,9 @@ void NavigationScheduler::startTimer() {
|
| // task handle is destroyed on the dtor of this NavigationScheduler.
|
| m_navigateTaskHandle =
|
| scheduler->loadingTaskRunner()->postDelayedCancellableTask(
|
| - BLINK_FROM_HERE, WTF::bind(&NavigationScheduler::navigateTask,
|
| - wrapWeakPersistent(this)),
|
| + BLINK_FROM_HERE,
|
| + WTF::bind(&NavigationScheduler::navigateTask,
|
| + wrapWeakPersistent(this)),
|
| m_redirect->delay() * 1000.0);
|
|
|
| InspectorInstrumentation::frameScheduledNavigation(m_frame,
|
|
|