зеркало из https://github.com/mozilla/gecko-dev.git
Move an abort clean up from mozilla.c
This commit is contained in:
Родитель
0ec26e39bd
Коммит
13cd3e8e57
|
@ -1457,17 +1457,6 @@ XFE_Frame::doClose()
|
|||
|
||||
if (m_context->is_grid_cell)
|
||||
CONTEXT_DATA (m_context)->being_destroyed = True;
|
||||
#ifdef notyet
|
||||
if (context->type == MWContextSaveToDisk) {
|
||||
/* We might be in an extend text selection on the text widgets.
|
||||
If we destroy this now, we will dump core. So before destroying
|
||||
we will disable extend of the selection. */
|
||||
XtCallActionProc(CONTEXT_DATA (context)->url_label, "extend-end",
|
||||
NULL, NULL, 0);
|
||||
XtCallActionProc(CONTEXT_DATA (context)->url_text, "extend-end",
|
||||
NULL, NULL, 0);
|
||||
}
|
||||
#endif
|
||||
if (m_context->is_grid_cell)
|
||||
w = d->main_pane;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче