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

Unified Diff: Source/modules/accessibility/AXListBox.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/AXList.cpp ('k') | Source/modules/accessibility/AXListBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXListBox.h
diff --git a/Source/modules/accessibility/AXListBox.h b/Source/modules/accessibility/AXListBox.h
index b6ee3760ea8905ddca192e824b4b64e7caa7629e..707f2faceff910556313643ba37dc7dc15a44995 100644
--- a/Source/modules/accessibility/AXListBox.h
+++ b/Source/modules/accessibility/AXListBox.h
@@ -38,10 +38,10 @@ class AXObjectCacheImpl;
class AXListBox final : public AXLayoutObject {
private:
- AXListBox(LayoutObject*, AXObjectCacheImpl*);
+ AXListBox(LayoutObject*, AXObjectCacheImpl&);
public:
- static PassRefPtr<AXListBox> create(LayoutObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXListBox> create(LayoutObject*, AXObjectCacheImpl&);
virtual ~AXListBox();
virtual AccessibilityRole determineAccessibilityRole() override final;
« no previous file with comments | « Source/modules/accessibility/AXList.cpp ('k') | Source/modules/accessibility/AXListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698