kdelibs/kdelibs-4.0.4-khtml-DOMStyl...

12 lines
576 B
Diff

--- kdelibs/khtml/ecma/kjs_css.cpp 2008/05/25 17:43:12 812537
+++ kdelibs/khtml/ecma/kjs_css.cpp 2008/05/25 17:44:08 812538
@@ -421,7 +421,7 @@
#ifdef KJS_VERBOSE
kDebug(6070) << "DOMStyleSheetList::getOwnPropertySlot " << propertyName.qstring();
#endif
- if (getStaticOwnPropertySlot<DOMStyleSheetListFunc, DOMStyleSheetList>(&DOMStyleSheetTable, this, propertyName, slot))
+ if (getStaticOwnPropertySlot<DOMStyleSheetListFunc, DOMStyleSheetList>(&DOMStyleSheetListTable, this, propertyName, slot))
return true;
StyleSheetListImpl &styleSheetList = *m_impl;