зеркало из https://github.com/mozilla/pjs.git
Only verify last is complete when enabled
This commit is contained in:
Родитель
a63ba75acf
Коммит
5b5c464c07
|
@ -336,7 +336,9 @@ PRInt32 nsContainerFrame::NextChildOffset() const
|
|||
result = mLastContentOffset;
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
if (GetVerifyTreeEnable()) {
|
||||
VerifyLastIsComplete();
|
||||
}
|
||||
#endif
|
||||
if (mLastContentIsComplete) {
|
||||
result++;
|
||||
|
|
Загрузка…
Ссылка в новой задаче