зеркало из https://github.com/mozilla/pjs.git
Bug #81779. Mozilla crashes if you higlight and repeatedly drag text. Return if the source data items aren't available. r=rjesup,sr=shaver
This commit is contained in:
Родитель
053271ba43
Коммит
edc01c418f
|
@ -1009,6 +1009,7 @@ nsDragService::SourceDataGet(GtkWidget *aWidget,
|
|||
// check to make sure that we have data items to return.
|
||||
if (!mSourceDataItems) {
|
||||
PR_LOG(sDragLm, PR_LOG_DEBUG, ("Failed to get our data items\n"));
|
||||
return;
|
||||
}
|
||||
|
||||
if (strcmp(mimeFlavor, gTextUriListType) == 0) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче