| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| index 7903760b16572ee5ae6b6295fc41732a5fd2aee0..337297b66cc1913bf89b0ec298fdb396df8d02d9 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -263,7 +263,7 @@ class CORE_EXPORT LocalDOMWindow final : public DOMWindow,
|
| Member<LocalFrame> m_frame;
|
| Member<Document> m_document;
|
| Member<DOMVisualViewport> m_visualViewport;
|
| - Timer<LocalDOMWindow> m_unusedPreloadsTimer;
|
| + TaskRunnerTimer<LocalDOMWindow> m_unusedPreloadsTimer;
|
|
|
| bool m_shouldPrintWhenFinishedLoading;
|
|
|
|
|