Bug 307616: <input type="image"> with missing image gives "ASSERTION: Form control has a frame, but it's not a form frame", remove bogus assertion, patch by Martijn Wargers <martijn.martijn@gmail.com>, r+sr=bzbarsky

git-svn-id: svn://10.0.0.236/trunk@186752 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2005-12-30 16:50:11 +00:00
parent f89fa74ca5
commit 9a98b84a70

View File

@@ -2125,8 +2125,6 @@ nsGenericHTMLElement::GetFormControlFrameFor(nsIContent* aContent,
return form_frame;
}
}
NS_ERROR("Form control has a frame, but it's not a form frame");
}
return nsnull;