mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
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:
parent
0b7f45aabb
commit
e8d01d8d5b
@ -2329,10 +2329,9 @@ lo_BeginTextareaTag(MWContext *context, lo_DocState *state, PA_Tag *tag)
|
||||
PA_FREE(type_block);
|
||||
}
|
||||
else
|
||||
#else
|
||||
#endif /*ENDER*/
|
||||
form_element = lo_form_textarea(context, state, tag,
|
||||
FORM_TYPE_TEXTAREA);
|
||||
#endif /*ENDER*/
|
||||
|
||||
/*
|
||||
* Make a copy of the tag so that we can correctly reflect this
|
||||
|
Loading…
x
Reference in New Issue
Block a user