| Index: third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| diff --git a/third_party/WebKit/Source/core/dom/AXObjectCache.h b/third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| index 5e85533b6a135dcc485d6a374b804e077ee9218d..d6fd3f734101764a45c7680752d3b2d334f313b7 100644
|
| --- a/third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| +++ b/third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| @@ -158,7 +158,7 @@ public:
|
| private:
|
| explicit ScopedAXObjectCache(Document&);
|
|
|
| - RefPtrWillBePersistent<Document> m_document;
|
| + Persistent<Document> m_document;
|
| Persistent<AXObjectCache> m_cache;
|
| };
|
|
|
|
|