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

Unified Diff: Source/modules/accessibility/AXMockObject.cpp

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.h ('k') | Source/modules/accessibility/AXNodeObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXMockObject.cpp
diff --git a/Source/modules/accessibility/AXMockObject.cpp b/Source/modules/accessibility/AXMockObject.cpp
index bed7cb82fc98906d0d126ddd24ff860ef1106241..7ba0220873c6f34a77cf75febfa32e296c70a24f 100644
--- a/Source/modules/accessibility/AXMockObject.cpp
+++ b/Source/modules/accessibility/AXMockObject.cpp
@@ -30,7 +30,7 @@
namespace blink {
-AXMockObject::AXMockObject(AXObjectCacheImpl* axObjectCache)
+AXMockObject::AXMockObject(AXObjectCacheImpl& axObjectCache)
: AXObject(axObjectCache)
{
}
« no previous file with comments | « Source/modules/accessibility/AXMockObject.h ('k') | Source/modules/accessibility/AXNodeObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698