SVN commit 812538 by orlovich: automatically merged revision 812536: Woops, unbreak length and item() on DOMStyleSheetList objects. CCBUG:48704 M +1 -1 kjs_css.cpp --- branches/KDE/4.0/kdelibs/khtml/ecma/kjs_css.cpp #812537:812538 @@ -421,7 +421,7 @@ #ifdef KJS_VERBOSE kDebug(6070) << "DOMStyleSheetList::getOwnPropertySlot " << propertyName.qstring(); #endif - if (getStaticOwnPropertySlot(&DOMStyleSheetTable, this, propertyName, slot)) + if (getStaticOwnPropertySlot(&DOMStyleSheetListTable, this, propertyName, slot)) return true; StyleSheetListImpl &styleSheetList = *m_impl;