Bug 1189964 - Fix bustage. r=bustage CLOSED TREE

--HG--
extra : amend_source : c36fd335a82e19124f639c572b2348e612d104a1
This commit is contained in:
Blake Kaplan 2015-07-31 17:09:28 -07:00
Родитель b22c011fa8
Коммит 59fc460073
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3240,7 +3240,7 @@ TabParent::RecvInvokeDragSession(nsTArray<IPCDataTransfer>&& aTransfers,
nsIPresShell* shell = mFrameElement->OwnerDoc()->GetShell();
if (!shell) {
if (Manager()->IsContentParent()) {
Manager()->AsContentParent()->SendEndDragSession(true, true);
unused << Manager()->AsContentParent()->SendEndDragSession(true, true);
}
return true;
}