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

Unified Diff: Source/modules/accessibility/AXLayoutObject.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/AXInlineTextBox.cpp ('k') | Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXLayoutObject.h
diff --git a/Source/modules/accessibility/AXLayoutObject.h b/Source/modules/accessibility/AXLayoutObject.h
index d9f6af988cf90d2254ad4561ed8bc5392b3d99b1..cde758e3bc0ae7217de6f90871e9f1560f79b51e 100644
--- a/Source/modules/accessibility/AXLayoutObject.h
+++ b/Source/modules/accessibility/AXLayoutObject.h
@@ -48,10 +48,10 @@ class Widget;
class MODULES_EXPORT AXLayoutObject : public AXNodeObject {
protected:
- AXLayoutObject(LayoutObject*, AXObjectCacheImpl*);
+ AXLayoutObject(LayoutObject*, AXObjectCacheImpl&);
public:
- static PassRefPtr<AXLayoutObject> create(LayoutObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXLayoutObject> create(LayoutObject*, AXObjectCacheImpl&);
virtual ~AXLayoutObject();
// Public, overridden from AXObject.
« no previous file with comments | « Source/modules/accessibility/AXInlineTextBox.cpp ('k') | Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698