Backout 429315
This commit is contained in:
Родитель
e59a92e99f
Коммит
1c7695dfc3
|
@ -1,4 +1,4 @@
|
|||
load 323497-1.html
|
||||
load 382756-1.xul
|
||||
load 429315-1.html
|
||||
# load 429315-1.html
|
||||
|
||||
|
|
|
@ -1428,8 +1428,7 @@ void nsViewManager::ReparentChildWidgets(nsIView* aView, nsIWidget *aNewWidget)
|
|||
// to do for the view and its descendants
|
||||
nsIWidget* widget = aView->GetWidget();
|
||||
nsIWidget* parentWidget = widget->GetParent();
|
||||
// Toplevel widgets should not be reparented!
|
||||
if (parentWidget && parentWidget != aNewWidget) {
|
||||
if (parentWidget != aNewWidget) {
|
||||
#ifdef DEBUG
|
||||
nsresult rv =
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче