SVN commit 855360 by ggarand: automatically merged revision 855320: revert part of r784843 -> copy/paste error BUG: 169447 M +1 -1 render_layer.cpp --- branches/KDE/4.1/kdelibs/khtml/rendering/render_layer.cpp #855359:855360 @@ -397,7 +397,7 @@ } } } - count = sc->m_negZOrderList ? sc->m_negZOrderList->count() : 0; + count = sc->m_posZOrderList ? sc->m_posZOrderList->count() : 0; if ( count > 0 ) { needUpdate = true; for (uint i = 0; i < count; i++) {