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

Unified Diff: Source/modules/accessibility/AXARIAGridRow.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/AXARIAGridCell.cpp ('k') | Source/modules/accessibility/AXARIAGridRow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXARIAGridRow.h
diff --git a/Source/modules/accessibility/AXARIAGridRow.h b/Source/modules/accessibility/AXARIAGridRow.h
index bfd0b62482be6d59270ac2f873a19df133b96c2a..8e7914388a3367087a77edc1109a855a9f6b96f6 100644
--- a/Source/modules/accessibility/AXARIAGridRow.h
+++ b/Source/modules/accessibility/AXARIAGridRow.h
@@ -38,10 +38,10 @@ class AXObjectCacheImpl;
class AXARIAGridRow final : public AXTableRow {
private:
- AXARIAGridRow(LayoutObject*, AXObjectCacheImpl*);
+ AXARIAGridRow(LayoutObject*, AXObjectCacheImpl&);
public:
- static PassRefPtr<AXARIAGridRow> create(LayoutObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXARIAGridRow> create(LayoutObject*, AXObjectCacheImpl&);
virtual ~AXARIAGridRow();
virtual void headerObjectsForRow(AccessibilityChildrenVector&) override;
« no previous file with comments | « Source/modules/accessibility/AXARIAGridCell.cpp ('k') | Source/modules/accessibility/AXARIAGridRow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698