зеркало из 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;
|
result = mLastContentOffset;
|
||||||
|
|
||||||
#ifdef NS_DEBUG
|
#ifdef NS_DEBUG
|
||||||
VerifyLastIsComplete();
|
if (GetVerifyTreeEnable()) {
|
||||||
|
VerifyLastIsComplete();
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
if (mLastContentIsComplete) {
|
if (mLastContentIsComplete) {
|
||||||
result++;
|
result++;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче