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

Unified Diff: Source/modules/accessibility/AXTableColumn.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/AXTableCell.cpp ('k') | Source/modules/accessibility/AXTableColumn.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXTableColumn.h
diff --git a/Source/modules/accessibility/AXTableColumn.h b/Source/modules/accessibility/AXTableColumn.h
index 2b3a7f0a82dc80f9dbf633512f4bf85cef58cbd1..2325ac6c5beea0dff9d8eb57cc1043d8a8555d93 100644
--- a/Source/modules/accessibility/AXTableColumn.h
+++ b/Source/modules/accessibility/AXTableColumn.h
@@ -41,10 +41,10 @@ class LayoutTableSection;
class MODULES_EXPORT AXTableColumn final : public AXMockObject {
private:
- explicit AXTableColumn(AXObjectCacheImpl*);
+ explicit AXTableColumn(AXObjectCacheImpl&);
public:
- static PassRefPtr<AXTableColumn> create(AXObjectCacheImpl*);
+ static PassRefPtr<AXTableColumn> create(AXObjectCacheImpl&);
virtual ~AXTableColumn();
// retrieves the topmost "column" header (th)
« no previous file with comments | « Source/modules/accessibility/AXTableCell.cpp ('k') | Source/modules/accessibility/AXTableColumn.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698