NPN_SetValue should return an error when attempting to set a value that does not exist. b=479979 r/sr=jst

This commit is contained in:
Josh Aas 2009-03-17 14:20:24 -07:00
parent c71f06f0ce
commit bbb61079d1

View File

@ -2188,7 +2188,7 @@ _setvalue(NPP npp, NPPVariable variable, void *result)
#endif
default:
return NPERR_NO_ERROR;
return NPERR_GENERIC_ERROR;
}
}