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

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

Issue 326073003: Reduce size of HTMLCollection / LiveNodeList / ChildNodeList by 1 word (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/CollectionIndexCache.h
diff --git a/Source/core/html/CollectionIndexCache.h b/Source/core/html/CollectionIndexCache.h
index 865104ba059bca18e0db99bf67ae0a5a6faef009..d21f3c892b6c8c05630060936f979f666aa35212 100644
--- a/Source/core/html/CollectionIndexCache.h
+++ b/Source/core/html/CollectionIndexCache.h
@@ -92,7 +92,7 @@ private:
RawPtrWillBeMember<NodeType> m_currentNode;
unsigned m_cachedNodeCount;
- unsigned m_cachedNodeIndex;
+ unsigned m_cachedNodeIndex : 31;
unsigned m_isLengthCacheValid : 1;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698