* khtml/html/html_miscimpl.cpp:
(HTMLCollectionImpl::resetCollectionInfo):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8040
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2004-11-18 Maciej Stachowiak <mjs@apple.com>
+
+ still even more build fixing
+
+ * khtml/html/html_miscimpl.cpp:
+ (HTMLCollectionImpl::resetCollectionInfo):
+
2004-11-18 Maciej Stachowiak <mjs@apple.com>
more build fixing
{
unsigned int docversion = static_cast<HTMLDocumentImpl*>(base->getDocument())->domTreeVersion();
if (info->version != docversion) {
- version = 0;
- current = 0;
- position = 0;
- length = 0;
- haslength = false;
+ info->current = 0;
+ info->position = 0;
+ info->length = 0;
+ info->haslength = false;
info->version = docversion;
}
}