| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 66e1ce94574b36816bcd4ed49b4f002e671f9cc9..252a9a1b551f74e35388d2e351e85c275e14b94f 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/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;
|
|
|