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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user