Backed out changeset 3876241cc1ec (bug 1558506) for mochitest failrues at test_contextmenu_list.xul. CLOSED TREE

This commit is contained in:
Brindusan Cristian 2019-06-13 22:52:41 +03:00
Родитель 01662f5eb8
Коммит a2461d871d
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -525,12 +525,6 @@ class ContextMenuChild extends JSWindowActorChild {
let context = this.context;
this.target = context.target;
// _setContext may have determined that we don't actually want to open a contextmenu
// for this event, in which case we can bail out early.
if (!context.shouldDisplay) {
return;
}
let spellInfo = null;
let editFlags = null;
let principal = null;