From 696ead6ae4056c4fefbbd74246427857ecd9803c Mon Sep 17 00:00:00 2001 From: mjs Date: Fri, 19 Nov 2004 00:08:12 +0000 Subject: [PATCH] still even more build fixing * khtml/html/html_miscimpl.cpp: (HTMLCollectionImpl::resetCollectionInfo): git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8040 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog-2005-08-23 | 7 +++++++ WebCore/khtml/html/html_miscimpl.cpp | 9 ++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23 index 46c5954fe528..5b5e9203dee7 100644 --- a/WebCore/ChangeLog-2005-08-23 +++ b/WebCore/ChangeLog-2005-08-23 @@ -1,3 +1,10 @@ +2004-11-18 Maciej Stachowiak + + still even more build fixing + + * khtml/html/html_miscimpl.cpp: + (HTMLCollectionImpl::resetCollectionInfo): + 2004-11-18 Maciej Stachowiak more build fixing diff --git a/WebCore/khtml/html/html_miscimpl.cpp b/WebCore/khtml/html/html_miscimpl.cpp index c1ff2dd0f190..26f8b472b3fe 100644 --- a/WebCore/khtml/html/html_miscimpl.cpp +++ b/WebCore/khtml/html/html_miscimpl.cpp @@ -70,11 +70,10 @@ void HTMLCollectionImpl::resetCollectionInfo() const { unsigned int docversion = static_cast(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; } } -- 2.36.0