* khtml/html/html_miscimpl.h:
(DOM::HTMLCollectionImpl::CollectionInfo::CollectionInfo): it's haslength, not hasLenght.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8038
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2004-11-18 Maciej Stachowiak <mjs@apple.com>
+
+ Fixed build problem.
+
+ * khtml/html/html_miscimpl.h:
+ (DOM::HTMLCollectionImpl::CollectionInfo::CollectionInfo): it's haslength, not hasLenght.
+
2004-11-18 Maciej Stachowiak <mjs@apple.com>
Reviewed by Ken.
NodeImpl *nextNamedItem( const DOMString &name ) const;
struct CollectionInfo {
- CollectionInfo() : version(0), current(0), position(0), length(0), hasLength(false) {}
+ CollectionInfo() : version(0), current(0), position(0), length(0), haslength(false) {}
unsigned int version;
NodeImpl *current;
unsigned int position;