Bug 700835 - Restore plugin caching to work around bad crash bug in latest Apple Java updates. r=josh
This commit is contained in:
@@ -2485,9 +2485,8 @@ _setvalue(NPP npp, NPPVariable variable, void *result)
|
||||
}
|
||||
|
||||
case NPPVpluginKeepLibraryInMemory: {
|
||||
// This variable is not supported any more but we'll pretend it is
|
||||
// so that plugins don't fail on an error return.
|
||||
return NS_OK;
|
||||
NPBool bCached = (result != nsnull);
|
||||
return inst->SetCached(bCached);
|
||||
}
|
||||
|
||||
case NPPVpluginUsesDOMForCursorBool: {
|
||||
|
||||
Reference in New Issue
Block a user