Commit bf17483a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript: Don't try to create property in jsdisp_call_name.

parent d02040d9
......@@ -878,7 +878,7 @@ HRESULT jsdisp_call_name(DispatchEx *disp, const WCHAR *name, WORD flags, DISPPA
dispex_prop_t *prop;
HRESULT hres;
hres = find_prop_name_prot(disp, name, TRUE, &prop);
hres = find_prop_name_prot(disp, name, FALSE, &prop);
if(FAILED(hres))
return hres;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment