mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +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
|
#endif
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return NPERR_NO_ERROR;
|
return NPERR_GENERIC_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user