Commit 80b65d3e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Don't check out variant type in exec_fontname.

parent 85923633
......@@ -607,11 +607,6 @@ static HRESULT exec_fontname(HTMLDocument *This, DWORD cmdexecopt, VARIANT *in,
DWORD len;
nsresult nsres;
if(V_VT(out) != VT_BSTR) {
FIXME("Unsupported vt=%d\n", V_VT(out));
return E_INVALIDARG;
}
nsparam = create_nscommand_params();
nsres = get_ns_command_state(This->nscontainer, NSCMD_FONTFACE, nsparam);
......
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