Bug 683290: Followup to placate nsObjectLoadingContent.

This commit is contained in:
Kyle Huey 2012-08-14 10:04:39 -07:00
parent 4dcafaedea
commit aac95c6560

View File

@ -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