Commit bccd8997 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Downgrade GetAsciiHost FIXME to WARN.

parent ddf46bbe
......@@ -2174,7 +2174,7 @@ static nsresult NSAPI nsURI_GetAsciiHost(nsIURL *iface, nsACString *aAsciiHost)
if(This->nsuri)
return nsIURI_GetAsciiHost(This->nsuri, aAsciiHost);
FIXME("Use Uri_PUNYCODE_IDN_HOST flag\n");
WARN("Use Uri_PUNYCODE_IDN_HOST flag\n");
return get_uri_string(This, Uri_PROPERTY_HOST, aAsciiHost);
}
......
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