Commit 89d0c664 authored by Zhenbo Li's avatar Zhenbo Li Committed by Alexandre Julliard

mshtml: Remove unnecessary FIXME.

parent e8c68785
......@@ -383,7 +383,6 @@ static HRESULT WINAPI HTMLSelectElement_get_form(IHTMLSelectElement *iface, IHTM
return E_POINTER;
nsres = nsIDOMHTMLSelectElement_GetForm(This->nsselect, &nsform);
FIXME("get form %08x : %p\n", nsres, nsform);
if (NS_FAILED(nsres)) {
ERR("GetForm failed: %08x, nsform: %p\n", nsres, nsform);
*p = NULL;
......
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