зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug crasher bug that occurs when communicator is built with ENDER
defined and a page with a textarea is loaded. Reviewed and approved by nisheeth.
This commit is contained in:
Родитель
0b7f45aabb
Коммит
e8d01d8d5b
|
@ -2329,10 +2329,9 @@ lo_BeginTextareaTag(MWContext *context, lo_DocState *state, PA_Tag *tag)
|
||||||
PA_FREE(type_block);
|
PA_FREE(type_block);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#else
|
#endif /*ENDER*/
|
||||||
form_element = lo_form_textarea(context, state, tag,
|
form_element = lo_form_textarea(context, state, tag,
|
||||||
FORM_TYPE_TEXTAREA);
|
FORM_TYPE_TEXTAREA);
|
||||||
#endif /*ENDER*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Make a copy of the tag so that we can correctly reflect this
|
* Make a copy of the tag so that we can correctly reflect this
|
||||||
|
|
Загрузка…
Ссылка в новой задаче