mshtml: Remove unnecessary FIXME.

This commit is contained in:
Zhenbo Li 2015-08-22 21:18:03 +08:00 committed by Alexandre Julliard
parent e8c687857b
commit 89d0c66461
1 changed files with 0 additions and 1 deletions

View File

@ -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;