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

Unified Diff: Source/modules/accessibility/AXMockObject.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/AXMenuListPopup.cpp ('k') | Source/modules/accessibility/AXMockObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXMockObject.h
diff --git a/Source/modules/accessibility/AXMockObject.h b/Source/modules/accessibility/AXMockObject.h
index 442007d17c5d07fc5e08bbc093492c1464f7b4ec..d37aa2a7b19daa7f8fdfe45e54e5c2b910091806 100644
--- a/Source/modules/accessibility/AXMockObject.h
+++ b/Source/modules/accessibility/AXMockObject.h
@@ -36,7 +36,7 @@ class AXObjectCacheImpl;
class MODULES_EXPORT AXMockObject : public AXObject {
protected:
- explicit AXMockObject(AXObjectCacheImpl*);
+ explicit AXMockObject(AXObjectCacheImpl&);
public:
virtual ~AXMockObject();
« no previous file with comments | « Source/modules/accessibility/AXMenuListPopup.cpp ('k') | Source/modules/accessibility/AXMockObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698