Bug 271293 Crash in [@ nsView::DropMouseGrabbing ]

r=roc sr=roc
This commit is contained in:
timeless%mozdev.org 2004-12-01 03:04:17 +00:00
Родитель 0ec19283fc
Коммит 217f95879b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -217,10 +217,10 @@ nsView::~nsView()
}
}
DropMouseGrabbing();
if (mViewManager)
{
DropMouseGrabbing();
nsView *rootView = mViewManager->GetRootView();
if (rootView)