mshtml: Print the debug string instead of the pointer value.
This commit is contained in:
parent
87cfceb8bf
commit
a21b2cc5b9
|
@ -560,7 +560,7 @@ static HRESULT WINAPI HTMLStyle5_get_maxHeight(IHTMLStyle5 *iface, VARIANT *p)
|
||||||
{
|
{
|
||||||
HTMLStyle *This = impl_from_IHTMLStyle5(iface);
|
HTMLStyle *This = impl_from_IHTMLStyle5(iface);
|
||||||
|
|
||||||
TRACE("(%p)->(%p)\n", This, debugstr_variant(p));
|
TRACE("(%p)->(%s)\n", This, debugstr_variant(p));
|
||||||
|
|
||||||
return get_nsstyle_attr_var(This->nsstyle, STYLEID_MAX_HEIGHT, p, 0);
|
return get_nsstyle_attr_var(This->nsstyle, STYLEID_MAX_HEIGHT, p, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue