зеркало из https://github.com/mozilla/gecko-dev.git
Don't block incremental loading reflows because of mInMonolithicContainer (it was necessary early on, now it isn't)
This commit is contained in:
Родитель
646682771c
Коммит
3885b8f0b0
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче