Don't block incremental loading reflows because of mInMonolithicContainer (it was necessary early on, now it isn't)

This commit is contained in:
kipp%netscape.com 1998-09-25 17:30:59 +00:00
Родитель 646682771c
Коммит 3885b8f0b0
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1342,7 +1342,7 @@ HTMLContentSink::WillInterrupt()
{
SINK_TRACE(SINK_TRACE_CALLS,
("HTMLContentSink::WillInterrupt: this=%p", this));
if (mDirty && !mInMonolithicContainer) {
if (mDirty) {
if (nsnull != mBody) {
mDocument->ContentAppended(mBody, mBodyChildCount);
mBody->ChildCount(mBodyChildCount);

Просмотреть файл

@ -1342,7 +1342,7 @@ HTMLContentSink::WillInterrupt()
{
SINK_TRACE(SINK_TRACE_CALLS,
("HTMLContentSink::WillInterrupt: this=%p", this));
if (mDirty && !mInMonolithicContainer) {
if (mDirty) {
if (nsnull != mBody) {
mDocument->ContentAppended(mBody, mBodyChildCount);
mBody->ChildCount(mBodyChildCount);