mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
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:
parent
c71f06f0ce
commit
bbb61079d1
@ -2188,7 +2188,7 @@ _setvalue(NPP npp, NPPVariable variable, void *result)
|
||||
#endif
|
||||
|
||||
default:
|
||||
return NPERR_NO_ERROR;
|
||||
return NPERR_GENERIC_ERROR;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user