summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/dom/Document.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/dom/Document.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/dom/Document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/dom/Document.h b/chromium/third_party/WebKit/Source/core/dom/Document.h
index 3d7c505aa0d..6d1d73b7a4d 100644
--- a/chromium/third_party/WebKit/Source/core/dom/Document.h
+++ b/chromium/third_party/WebKit/Source/core/dom/Document.h
@@ -1350,7 +1350,7 @@ private:
Member<ScriptedAnimationController> m_scriptedAnimationController;
Member<ScriptedIdleTaskController> m_scriptedIdleTaskController;
- Member<MainThreadTaskRunner> m_taskRunner;
+ OwnPtr<MainThreadTaskRunner> m_taskRunner;
Member<TextAutosizer> m_textAutosizer;
Member<CustomElementRegistrationContext> m_registrationContext;