Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index f557c6f4bd34882fe3a8acf3142abe916e95cf31..1643ed701da67160b153f2e1d85005955ac3b181 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -1251,6 +1251,7 @@ private: |
RefPtrWillBeMember<Element> m_titleElement; |
PersistentWillBeMember<AXObjectCache> m_axObjectCache; |
+ |
OwnPtrWillBeMember<DocumentMarkerController> m_markers; |
Timer<Document> m_updateFocusAppearanceTimer; |