зеркало из https://github.com/mozilla/pjs.git
adding mAnchorFrame to the ClearFrameRefs call
This commit is contained in:
Родитель
7ea09100f6
Коммит
e05b888392
|
@ -1230,6 +1230,9 @@ PresShell::ClearFrameRefs(nsIFrame* aFrame)
|
|||
if (aFrame == mFocusEventFrame) {
|
||||
mFocusEventFrame = nsnull;
|
||||
}
|
||||
if (aFrame == mAnchorEventFrame) {
|
||||
mAnchorEventFrame = nsnull;
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -1230,6 +1230,9 @@ PresShell::ClearFrameRefs(nsIFrame* aFrame)
|
|||
if (aFrame == mFocusEventFrame) {
|
||||
mFocusEventFrame = nsnull;
|
||||
}
|
||||
if (aFrame == mAnchorEventFrame) {
|
||||
mAnchorEventFrame = nsnull;
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче