зеркало из https://github.com/mozilla/gecko-dev.git
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
This commit is contained in:
Родитель
21be55296b
Коммит
ed469ba116
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче