summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLFormCollection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLFormCollection.cpp')
-rw-r--r--WebCore/html/HTMLFormCollection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/html/HTMLFormCollection.cpp b/WebCore/html/HTMLFormCollection.cpp
index 602f23b..65c48fe 100644
--- a/WebCore/html/HTMLFormCollection.cpp
+++ b/WebCore/html/HTMLFormCollection.cpp
@@ -40,7 +40,6 @@ inline CollectionCache* HTMLFormCollection::formCollectionInfo(HTMLFormElement*
{
if (!form->collectionInfo)
form->collectionInfo = new CollectionCache;
- form->collectionInfo->checkConsistency();
return form->collectionInfo;
}