зеркало из https://github.com/mozilla/gecko-dev.git
fix mac bustage from earlier checkin. r=syd.
This commit is contained in:
Родитель
2c08614bbd
Коммит
4ae32df7c6
|
@ -5302,7 +5302,9 @@ PresShell::ProcessReflowCommands(PRBool aInterruptible)
|
||||||
ProcessReflowCommand(mReflowCommands, aInterruptible, desiredSize, maxSize, *rcx);
|
ProcessReflowCommand(mReflowCommands, aInterruptible, desiredSize, maxSize, *rcx);
|
||||||
if (aInterruptible) {
|
if (aInterruptible) {
|
||||||
LL_I2L(maxTime, gMaxRCProcessingTime);
|
LL_I2L(maxTime, gMaxRCProcessingTime);
|
||||||
if (LL_CMP(mAccumulatedReflowTime, >, maxTime))
|
PRInt64 temp;
|
||||||
|
LL_I2L(temp, mAccumulatedReflowTime);
|
||||||
|
if (LL_CMP(temp, >, maxTime))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5302,7 +5302,9 @@ PresShell::ProcessReflowCommands(PRBool aInterruptible)
|
||||||
ProcessReflowCommand(mReflowCommands, aInterruptible, desiredSize, maxSize, *rcx);
|
ProcessReflowCommand(mReflowCommands, aInterruptible, desiredSize, maxSize, *rcx);
|
||||||
if (aInterruptible) {
|
if (aInterruptible) {
|
||||||
LL_I2L(maxTime, gMaxRCProcessingTime);
|
LL_I2L(maxTime, gMaxRCProcessingTime);
|
||||||
if (LL_CMP(mAccumulatedReflowTime, >, maxTime))
|
PRInt64 temp;
|
||||||
|
LL_I2L(temp, mAccumulatedReflowTime);
|
||||||
|
if (LL_CMP(temp, >, maxTime))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче