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

Unified Diff: Source/modules/accessibility/AXImageMapLink.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/AXARIAGridRow.cpp ('k') | Source/modules/accessibility/AXImageMapLink.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXImageMapLink.h
diff --git a/Source/modules/accessibility/AXImageMapLink.h b/Source/modules/accessibility/AXImageMapLink.h
index bc21128a8e792ea8b1c764f2316f9172c6711780..87f1310935cb39076d97d3579db889980d18d1f5 100644
--- a/Source/modules/accessibility/AXImageMapLink.h
+++ b/Source/modules/accessibility/AXImageMapLink.h
@@ -40,10 +40,10 @@ class AXObjectCacheImpl;
class AXImageMapLink final : public AXMockObject {
private:
- explicit AXImageMapLink(AXObjectCacheImpl*);
+ explicit AXImageMapLink(AXObjectCacheImpl&);
public:
- static PassRefPtr<AXImageMapLink> create(AXObjectCacheImpl*);
+ static PassRefPtr<AXImageMapLink> create(AXObjectCacheImpl&);
virtual ~AXImageMapLink();
void setHTMLAreaElement(HTMLAreaElement* element) { m_areaElement = element; }
« no previous file with comments | « Source/modules/accessibility/AXARIAGridRow.cpp ('k') | Source/modules/accessibility/AXImageMapLink.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698