[JSCRIPT] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69952
This commit is contained in:
Amine Khaldi 2015-11-20 10:28:06 +00:00
parent 5fdef02fc8
commit fe1ce8948d
2 changed files with 2 additions and 2 deletions

View file

@ -1636,7 +1636,7 @@ static HRESULT interp_delete_ident(exec_ctx_t *ctx)
hres = disp_delete(exprval.u.idref.disp, exprval.u.idref.id, &ret);
IDispatch_Release(exprval.u.idref.disp);
if(FAILED(hres))
return ret;
return hres;
break;
case EXPRVAL_INVALID:
ret = TRUE;

View file

@ -87,7 +87,7 @@ reactos/dll/win32/inseng # Synced to WineStaging-1.7.47
reactos/dll/win32/iphlpapi # Out of sync
reactos/dll/win32/itircl # Synced to WineStaging-1.7.47
reactos/dll/win32/itss # Synced to WineStaging-1.7.47
reactos/dll/win32/jscript # Synced to WineStaging-1.7.47
reactos/dll/win32/jscript # Synced to WineStaging-1.7.55
reactos/dll/win32/jsproxy # Synced to WineStaging-1.7.47
reactos/dll/win32/loadperf # Synced to WineStaging-1.7.47
reactos/dll/win32/localspl # Synced to WineStaging-1.7.47