mshtml: Test return value of OnStateChange.
This commit is contained in:
parent
11484a0f68
commit
f279b0cd4d
|
@ -2073,7 +2073,9 @@ static HRESULT WINAPI ActiveScript_SetScriptState(IActiveScript *iface, SCRIPTST
|
||||||
}
|
}
|
||||||
|
|
||||||
hres = IActiveScriptSite_OnStateChange(site, (state = ss));
|
hres = IActiveScriptSite_OnStateChange(site, (state = ss));
|
||||||
return hres;
|
ok(hres == S_OK, "OnStateChange failed: %08x\n", hres);
|
||||||
|
|
||||||
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static HRESULT WINAPI ActiveScript_GetScriptState(IActiveScript *iface, SCRIPTSTATE *pssState)
|
static HRESULT WINAPI ActiveScript_GetScriptState(IActiveScript *iface, SCRIPTSTATE *pssState)
|
||||||
|
|
Loading…
Reference in New Issue