Bug 540604 - silverlight doesn't work with OOPP because it doesn't set the stype outparam for NPP_NewStream, and relies on us initializing the value with NP_NORMAL, r=cjones

This commit is contained in:
Benjamin Smedberg 2010-01-26 12:05:54 -05:00
Родитель 3198543f99
Коммит b3c5c7f364
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -87,6 +87,7 @@ BrowserStreamChild::StreamConstructed(
{
NPError rv = NPERR_NO_ERROR;
*stype = NP_NORMAL;
rv = mInstance->mPluginIface->newstream(
&mInstance->mData, const_cast<char*>(NullableStringGet(mimeType)),
&mStream, seekable, stype);