| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 40ec07d36da6841e83fe3673db9bcf585c886645..46ef25d12f794c48f64f0eed180677ca5f0344ca 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1601,8 +1601,8 @@ class CORE_EXPORT Document : public ContainerNode,
|
| HeapVector<Member<Element>> m_topLayerElements;
|
|
|
| int m_loadEventDelayCount;
|
| - Timer<Document> m_loadEventDelayTimer;
|
| - Timer<Document> m_pluginLoadingTimer;
|
| + TaskRunnerTimer<Document> m_loadEventDelayTimer;
|
| + TaskRunnerTimer<Document> m_pluginLoadingTimer;
|
|
|
| ViewportDescription m_viewportDescription;
|
| ViewportDescription m_legacyViewportDescription;
|
|
|