зеркало из https://github.com/mozilla/pjs.git
fixed breakage on platforms not defining OJI (linux?)
This commit is contained in:
Родитель
ac7cecccd8
Коммит
7fa5f3590d
|
@ -2206,11 +2206,12 @@ NavigatorImpl::GetPlugins(nsIDOMPluginArray** aPlugins)
|
|||
NS_IMETHODIMP
|
||||
NavigatorImpl::JavaEnabled(PRBool* aReturn)
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
*aReturn = PR_FALSE;
|
||||
|
||||
#if defined(OJI)
|
||||
nsIJVMManager* manager = NULL;
|
||||
nsresult rv = nsServiceManager::GetService(nsIJVMManager::GetCID(),
|
||||
rv = nsServiceManager::GetService(nsIJVMManager::GetCID(),
|
||||
nsIJVMManager::GetIID(),
|
||||
(nsISupports **)&manager);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче