summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/CollectionCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/CollectionCache.cpp')
-rw-r--r--Source/WebCore/html/CollectionCache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/CollectionCache.cpp b/Source/WebCore/html/CollectionCache.cpp
index 745cf6e..d831ad1 100644
--- a/Source/WebCore/html/CollectionCache.cpp
+++ b/Source/WebCore/html/CollectionCache.cpp
@@ -83,6 +83,7 @@ void CollectionCache::reset()
deleteAllValues(nameCache);
nameCache.clear();
hasNameCache = false;
+ lastDecendantOfBase = 0;
}
#if !ASSERT_DISABLED