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

Unified Diff: Source/core/html/HTMLCollection.h

Issue 106423003: [oilpan] Rename visit to mark. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Address comments. Created 7 years 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/core/html/FormAssociatedElement.h ('k') | Source/core/html/HTMLCollection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLCollection.h
diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h
index 266210af04dbd25920c8231b4362321c4f4b7a16..d0e8820ea1df97d3944bf5b97b8746527f0e6230 100644
--- a/Source/core/html/HTMLCollection.h
+++ b/Source/core/html/HTMLCollection.h
@@ -76,8 +76,6 @@ protected:
virtual void updateNameCache() const;
- // FIXME(oilpan): Move NodeList to the heap and visit members in NodeCacheMap.
- // See more discussion in https://codereview.chromium.org/23005018/
typedef HashMap<AtomicStringImpl*, Member<HeapVector<Member<Element> > > > NodeCacheMap;
HeapVector<Member<Element> >* idCache(const AtomicString& name) const { return m_idCache.get(name.impl()); }
HeapVector<Member<Element> >* nameCache(const AtomicString& name) const { return m_nameCache.get(name.impl()); }
« no previous file with comments | « Source/core/html/FormAssociatedElement.h ('k') | Source/core/html/HTMLCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698