Bug 1189964 - Fix bustage. r=bustage CLOSED TREE

This commit is contained in:
Blake Kaplan 2015-07-31 17:09:28 -07:00
parent 580e99491d
commit b8fa292103

View File

@ -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;
}