Checking in fix for PDT+ bug 17489, now the HTML content sink correctly notifies the document about new content that apper after style/link tags that appear in the document content and not in the document head. r=vidur@netscape.com, a=jevering@netscape.com

This commit is contained in:
jst%netscape.com 2000-03-10 02:00:42 +00:00
Родитель ca44e9b4b8
Коммит 54eeb4f424
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1947,6 +1947,8 @@ SinkContext::UpdateChildCounts()
}
stackPos--;
}
mNotifyLevel = mStackPos-1;
}
/**

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

@ -1947,6 +1947,8 @@ SinkContext::UpdateChildCounts()
}
stackPos--;
}
mNotifyLevel = mStackPos-1;
}
/**