зеркало из https://github.com/mozilla/gecko-dev.git
bug 378339. nsFrameIterator doesn't initialize mOffEdge. r=uriber, sr=roc
This commit is contained in:
Родитель
54e344ebd0
Коммит
c939167a6c
|
@ -221,6 +221,7 @@ nsFrameIterator::nsFrameIterator(nsPresContext* aPresContext, nsIFrame *aStart,
|
|||
nsIteratorType aType, PRBool aLockInScrollView,
|
||||
PRBool aFollowOOFs)
|
||||
{
|
||||
mOffEdge = 0;
|
||||
mPresContext = aPresContext;
|
||||
if (aFollowOOFs && aStart)
|
||||
aStart = nsPlaceholderFrame::GetRealFrameFor(aStart);
|
||||
|
|
Загрузка…
Ссылка в новой задаче