Bug 589634 - Don't create a sub-widget for decks. r=roc, a=roc

This commit is contained in:
Matt Woodrow 2010-08-23 20:58:56 -07:00
Родитель 2441967f84
Коммит c88cd4e26c
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -292,11 +292,6 @@ nsSubDocumentFrame::Init(nsIContent* aContent,
}
nsIView* view = GetView();
if (aParent->GetStyleDisplay()->mDisplay == NS_STYLE_DISPLAY_DECK
&& !view->HasWidget()) {
view->CreateWidget();
}
// Set the primary frame now so that
// DocumentViewerImpl::FindContainerView called by ShowViewer below
// can find it if necessary.