Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(759)

Unified Diff: Source/core/dom/Document.h

Issue 1296243004: Oilpan: Move MainThreadTaskRunner into Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Change WeakPtr to WeakPersistent in MainThreadTask. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/MainThreadTaskRunner.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 5d158be110866d73f9a111a422297ff8df7f9eda..176394330216374e61238deb98d3753d0e1dcd78 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1329,7 +1329,7 @@ private:
unsigned m_writeRecursionDepth;
RefPtrWillBeMember<ScriptedAnimationController> m_scriptedAnimationController;
- OwnPtr<MainThreadTaskRunner> m_taskRunner;
+ OwnPtrWillBeMember<MainThreadTaskRunner> m_taskRunner;
OwnPtrWillBeMember<TextAutosizer> m_textAutosizer;
RefPtrWillBeMember<CustomElementRegistrationContext> m_registrationContext;
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/MainThreadTaskRunner.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698