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

Unified Diff: Source/core/dom/AXObjectCache.cpp

Issue 1072273006: Oilpan: Prepare moving AXObject to heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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
Index: Source/core/dom/AXObjectCache.cpp
diff --git a/Source/core/dom/AXObjectCache.cpp b/Source/core/dom/AXObjectCache.cpp
index f44cdb18d990016e7f21c0ece1c1f2f5b7c8646a..9bd2e95488d3e4ac15da7a752610fa1e5a7f687f 100644
--- a/Source/core/dom/AXObjectCache.cpp
+++ b/Source/core/dom/AXObjectCache.cpp
@@ -61,7 +61,6 @@ PassOwnPtrWillBeRawPtr<ScopedAXObjectCache> ScopedAXObjectCache::create(Document
ScopedAXObjectCache::ScopedAXObjectCache(Document& document)
: m_ownedCache(nullptr)
- , m_cache(nullptr)
#if ENABLE(ASSERT)
, m_hasBeenDisposed(false)
#endif
« no previous file with comments | « no previous file | Source/modules/accessibility/AXARIAGrid.h » ('j') | Source/modules/accessibility/AXImageMapLink.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698