This commit is contained in:
jaggernaut%netscape.com 2002-10-24 04:37:33 +00:00
Родитель 788957ef92
Коммит 2e7b612784
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -450,6 +450,7 @@ nsFrameLoader::EnsureDocShell()
}
}
// if it isn't content, set it to the parent's type
PRInt32 shellType = isContent ? nsIDocShellTreeItem::typeContent : parentType;
docShellAsItem->SetItemType(shellType);