Commit 4bd9f22f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Remove false FIXME.

parent 7437cc1e
......@@ -236,7 +236,6 @@ static nsresult NSAPI nsChannel_GetName(nsIHttpChannel *iface, nsACString *aName
if(This->channel)
return nsIChannel_GetName(This->channel, aName);
FIXME("default action not implemented\n");
return NS_ERROR_NOT_IMPLEMENTED;
}
......
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