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

Unified Diff: Source/modules/accessibility/AXTableRow.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
Index: Source/modules/accessibility/AXTableRow.h
diff --git a/Source/modules/accessibility/AXTableRow.h b/Source/modules/accessibility/AXTableRow.h
index 541a7a41ed25bfab7002d7e3e77bd60bb1adde58..a8efa46196a4e0a4f42f6773d4bf72f46a4a4243 100644
--- a/Source/modules/accessibility/AXTableRow.h
+++ b/Source/modules/accessibility/AXTableRow.h
@@ -38,10 +38,10 @@ class AXObjectCacheImpl;
class AXTableRow : public AXLayoutObject {
protected:
- AXTableRow(LayoutObject*, AXObjectCacheImpl*);
+ AXTableRow(LayoutObject*, AXObjectCacheImpl&);
public:
- static PassRefPtr<AXTableRow> create(LayoutObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXTableRow> create(LayoutObject*, AXObjectCacheImpl&);
virtual ~AXTableRow();
virtual bool isTableRow() const override final;
« no previous file with comments | « Source/modules/accessibility/AXTableHeaderContainer.cpp ('k') | Source/modules/accessibility/AXTableRow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698