| 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 d3291d1735968f3a9f362a0ac32427f521d78de3..3976205182237e76be65550e4c4692f0a66f676e 100644
|
| --- a/third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| +++ b/third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| @@ -161,7 +161,7 @@ public:
|
| private:
|
| explicit ScopedAXObjectCache(Document&);
|
|
|
| - RefPtrWillBePersistent<Document> m_document;
|
| + Persistent<Document> m_document;
|
| Persistent<AXObjectCache> m_cache;
|
| };
|
|
|
|
|