зеркало из https://github.com/mozilla/pjs.git
Changed function name
This commit is contained in:
Родитель
752bede061
Коммит
5a35ce0b7a
|
@ -322,7 +322,7 @@ PluginViewerImpl::CreatePlugin(nsIPluginHost* aHost, const nsRect& aBounds,
|
||||||
|
|
||||||
char* ct = mContentType.ToNewCString();
|
char* ct = mContentType.ToNewCString();
|
||||||
nsAutoString str = fullurl;
|
nsAutoString str = fullurl;
|
||||||
rv = aHost->InstantiatePlugin(ct, str, aResult, mOwner);
|
rv = aHost->InstantiateFullPagePlugin(ct, str, aResult, mOwner);
|
||||||
delete fullurl;
|
delete fullurl;
|
||||||
delete ct;
|
delete ct;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче