зеркало из https://github.com/mozilla/pjs.git
Fix bug 649795. Crash when accessing mOwner which might not always be set. r=bsmedberg
This commit is contained in:
Родитель
6e99a7b43c
Коммит
bbd7e07d7b
|
@ -874,7 +874,7 @@ nsresult nsPluginStreamListenerPeer::ServeStreamAsFile(nsIRequest *request,
|
||||||
window->window = widget->GetNativeData(NS_NATIVE_PLUGIN_PORT);
|
window->window = widget->GetNativeData(NS_NATIVE_PLUGIN_PORT);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
mOwner->SetWindow();
|
owner->SetWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
mSeekable = PR_FALSE;
|
mSeekable = PR_FALSE;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче