kdelibs/khtml/html html_baseimpl.cpp,1.128,1.129 Author: mueller Wed Aug 29 07:21:31 UTC 2001 Modified Files: html_baseimpl.cpp Log Message: - do not try to load a frame with no src attribute (the null url expanded to the frameset url -> recursion till the depth limit -> assert failure). ### ignore emtpy src urls as well ? - do not cause crashes when we're hitting the depth limit. always assign style element, set display to none when hitting the depth limit (is not really compliant with IE, but who cares?)