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

Unified Diff: Source/modules/accessibility/AXNodeObject.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/AXMockObject.cpp ('k') | Source/modules/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXNodeObject.h
diff --git a/Source/modules/accessibility/AXNodeObject.h b/Source/modules/accessibility/AXNodeObject.h
index 1b2f7818a46e43dbd1097f1b4019e801b3928f3a..458424dd421d661b82daf06b3cb599144b437f2f 100644
--- a/Source/modules/accessibility/AXNodeObject.h
+++ b/Source/modules/accessibility/AXNodeObject.h
@@ -43,10 +43,10 @@ class Node;
class MODULES_EXPORT AXNodeObject : public AXObject {
protected:
- AXNodeObject(Node*, AXObjectCacheImpl*);
+ AXNodeObject(Node*, AXObjectCacheImpl&);
public:
- static PassRefPtr<AXNodeObject> create(Node*, AXObjectCacheImpl*);
+ static PassRefPtr<AXNodeObject> create(Node*, AXObjectCacheImpl&);
virtual ~AXNodeObject();
protected:
« no previous file with comments | « Source/modules/accessibility/AXMockObject.cpp ('k') | Source/modules/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698