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

oldstable
Jacek Caban 2010-02-05 23:14:35 +01:00 committed by Alexandre Julliard
parent d02040d98a
commit bf17483a19
1 changed files with 1 additions and 1 deletions

View File

@ -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;