mshtml: Fix return value for HTMLBodyElement_get_text.
This commit is contained in:
parent
a30b94651d
commit
6976400f7b
|
@ -462,7 +462,7 @@ static HRESULT WINAPI HTMLBodyElement_get_text(IHTMLBodyElement *iface, VARIANT
|
|||
|
||||
nsAString_Finish(&text);
|
||||
|
||||
return S_OK;
|
||||
return hres;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI HTMLBodyElement_put_link(IHTMLBodyElement *iface, VARIANT v)
|
||||
|
|
Loading…
Reference in New Issue