| Index: third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| diff --git a/third_party/WebKit/Source/core/loader/NavigationScheduler.h b/third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| index b6ac577ef29e1910bd273b513f874287048c0a8a..a889fb54260bf9a6a53bbf6a890ecd2616eacf2e 100644
|
| --- a/third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| +++ b/third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| @@ -33,6 +33,7 @@
|
| #define NavigationScheduler_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "platform/WebTaskRunner.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebScheduler.h"
|
| #include "wtf/Forward.h"
|
| @@ -44,7 +45,6 @@
|
|
|
| namespace blink {
|
|
|
| -class CancellableTaskFactory;
|
| class Document;
|
| class FormSubmission;
|
| class LocalFrame;
|
| @@ -89,7 +89,7 @@ class CORE_EXPORT NavigationScheduler final
|
| static bool mustReplaceCurrentItem(LocalFrame* targetFrame);
|
|
|
| Member<LocalFrame> m_frame;
|
| - std::unique_ptr<CancellableTaskFactory> m_navigateTaskFactory;
|
| + TaskHandle m_navigateTaskHandle;
|
| Member<ScheduledNavigation> m_redirect;
|
|
|
| // Exists because we can't deref m_frame in destructor.
|
|
|