Followup fix for bug 393845, fixing minor issue found by jag, no functional change.

This commit is contained in:
jst@mozilla.org 2008-03-08 11:04:40 -08:00
Родитель f0816f95e7
Коммит dd80f78b68
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -1743,10 +1743,6 @@ nsObjectFrame::StopPluginInternal(PRBool aDelayedStop)
// get reinstantiated we'll send the right messages to the plug-in.
mWindowlessRect.Empty();
// Grab the view while we still know it's safe to do so.
nsIView *view = GetView();
#ifdef XP_WIN
if (aDelayedStop) {
// If we're asked to do a delayed stop it means we're stopping the
@ -1754,6 +1750,7 @@ nsObjectFrame::StopPluginInternal(PRBool aDelayedStop)
// the view to disown the widget (i.e. leave it up to us to
// destroy it).
// Disown the view while we still know it's safe to do so.
nsIView *view = GetView();
if (view) {
view->DisownWidget();