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

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

Issue 355133003: [oilpan]: Move ElementDataCache to the oilpan heap using transition types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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') | no next file with comments »
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 698b5ecbb5ad2e9bac30396d4f402a0174e2e3a2..4a766af59865d9d2cd5c4800b50d6ac08cb461e4 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1353,7 +1353,7 @@ private:
void elementDataCacheClearTimerFired(Timer<Document>*);
Timer<Document> m_elementDataCacheClearTimer;
- OwnPtr<ElementDataCache> m_elementDataCache;
+ OwnPtrWillBeMember<ElementDataCache> m_elementDataCache;
#ifndef NDEBUG
bool m_didDispatchViewportPropertiesChanged;
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698