mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
adding mAnchorFrame to the ClearFrameRefs call
This commit is contained in:
parent
17efdd55c0
commit
bcb1651103
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user