mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 616394. Make sure to set mPostedReflowCallback to false even if we have no frameloader when the callback happens. r=roc, a=blocker
This commit is contained in:
parent
a513ce6781
commit
42a467ee70
@ -661,6 +661,8 @@ nsSubDocumentFrame::ReflowFinished()
|
||||
// Make sure that we can post a reflow callback in the future.
|
||||
mPostedReflowCallback = PR_FALSE;
|
||||
}
|
||||
} else {
|
||||
mPostedReflowCallback = PR_FALSE;
|
||||
}
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user