This commit is contained in:
jaggernaut%netscape.com 2002-10-24 04:37:33 +00:00
Родитель af9f8d1245
Коммит abbd6c67ad
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);