mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
jscript: Use prop_put in jsdisp_propput_dontenum.
This commit is contained in:
parent
fee495d5fd
commit
7491d480a9
@ -1271,7 +1271,7 @@ HRESULT jsdisp_propput_dontenum(jsdisp_t *obj, const WCHAR *name, jsval_t val)
|
||||
if(FAILED(hres))
|
||||
return hres;
|
||||
|
||||
return jsval_copy(val, &prop->u.val);
|
||||
return prop_put(obj, prop, val, NULL);
|
||||
}
|
||||
|
||||
HRESULT jsdisp_propput_idx(jsdisp_t *obj, DWORD idx, jsval_t val)
|
||||
|
Loading…
Reference in New Issue
Block a user