mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Fixed Unix build bustage when ENDER is defined.
Reviewed and approved by brendan.
This commit is contained in:
parent
7f87aceca7
commit
fb49032bbb
@ -1399,7 +1399,7 @@ PSFE_GetFormElementInfo(MWContext *cx, LO_FormElementStruct *form)
|
||||
PSFE_GetTextInfo(cx, temp_text_array->text[0], &temp_info);
|
||||
if ((form->element_data->type == FORM_TYPE_TEXTAREA)
|
||||
#ifdef ENDER
|
||||
|| (form->element_data->type == FORM_TYPE_HTMLAREA
|
||||
|| (form->element_data->type == FORM_TYPE_HTMLAREA)
|
||||
#endif /*ENDER*/
|
||||
) {
|
||||
lo_FormElementTextareaData *data = &form->element_data->ele_textarea;
|
||||
|
Loading…
x
Reference in New Issue
Block a user