| 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;
|
|
|