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; |
}; |