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

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

Issue 1072273006: Oilpan: Prepare moving AXObject to heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index f7051276f6b216e4f3b7a85478569c35e0dbe25c..a5a1430c586172da0c52ff8651b535a2134c555a 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1281,7 +1281,7 @@ private:
String m_rawTitle;
RefPtrWillBeMember<Element> m_titleElement;
- OwnPtr<AXObjectCache> m_axObjectCache;
+ OwnPtrWillBeMember<AXObjectCache> m_axObjectCache;
OwnPtrWillBeMember<DocumentMarkerController> m_markers;
Timer<Document> m_updateFocusAppearanceTimer;

Powered by Google App Engine
This is Rietveld 408576698