Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1713)

Unified Diff: Source/modules/accessibility/AXList.h

Issue 1175533004: Refactor: Clear m_axObjectCache when AXObject detaches (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added ASSERT Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/accessibility/AXLayoutObject.cpp ('k') | Source/modules/accessibility/AXList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXList.h
diff --git a/Source/modules/accessibility/AXList.h b/Source/modules/accessibility/AXList.h
index c556f0178d3ca563baec18776c6159e6ad455d31..9c656864679c4e6ecdd668e2a702697127f7d276 100644
--- a/Source/modules/accessibility/AXList.h
+++ b/Source/modules/accessibility/AXList.h
@@ -38,10 +38,10 @@ class AXObjectCacheImpl;
class AXList final : public AXLayoutObject {
private:
- AXList(LayoutObject*, AXObjectCacheImpl*);
+ AXList(LayoutObject*, AXObjectCacheImpl&);
public:
- static PassRefPtr<AXList> create(LayoutObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXList> create(LayoutObject*, AXObjectCacheImpl&);
virtual ~AXList();
virtual bool isList() const override { return true; }
« no previous file with comments | « Source/modules/accessibility/AXLayoutObject.cpp ('k') | Source/modules/accessibility/AXList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698