mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 683290: Followup to placate nsObjectLoadingContent.
This commit is contained in:
parent
4dcafaedea
commit
aac95c6560
@ -640,7 +640,8 @@ nsObjectLoadingContent::UnbindFromTree(bool aDeep, bool aNullParent)
|
||||
if (appShell) {
|
||||
appShell->RunInStableState(event);
|
||||
}
|
||||
} else {
|
||||
} else if (mType == eType_Document) {
|
||||
// XXXkhuey is this even required?
|
||||
// Reset state and clear pending events
|
||||
/// XXX(johns): The implementation for GenericFrame notes that ideally we
|
||||
/// would keep the docshell around, but trash the frameloader
|
||||
|
Loading…
Reference in New Issue
Block a user