summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/CollectionCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/CollectionCache.h')
-rw-r--r--Source/WebCore/html/CollectionCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/CollectionCache.h b/Source/WebCore/html/CollectionCache.h
index 8e4a066..d160db2 100644
--- a/Source/WebCore/html/CollectionCache.h
+++ b/Source/WebCore/html/CollectionCache.h
@@ -49,7 +49,7 @@ public:
typedef HashMap<AtomicStringImpl*, Vector<Element*>*> NodeCacheMap;
- unsigned version;
+ uint64_t version;
Element* current;
unsigned position;
unsigned length;