mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 01:56:17 +00:00
[JSCRIPT] Sync with Wine Staging 4.18. CORE-16441
This commit is contained in:
parent
da0cd273de
commit
3e2d6582b7
31 changed files with 1860 additions and 1411 deletions
|
@ -61,7 +61,7 @@ static inline HRESULT enumvar_get_next_item(EnumeratorInstance *This)
|
|||
if (This->atend)
|
||||
return S_OK;
|
||||
|
||||
/* dont leak pervious value */
|
||||
/* don't leak previous value */
|
||||
jsval_release(This->item);
|
||||
|
||||
/* not at end ... get next item */
|
||||
|
@ -73,7 +73,7 @@ static inline HRESULT enumvar_get_next_item(EnumeratorInstance *This)
|
|||
VariantClear(&nextitem);
|
||||
if (FAILED(hres))
|
||||
{
|
||||
WARN("failed to convert jsval to variant!");
|
||||
WARN("failed to convert jsval to variant!\n");
|
||||
This->item = jsval_undefined();
|
||||
return hres;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue