Bug 666256, qt fix

This commit is contained in:
Neil Deakin 2011-08-23 09:30:39 -04:00
parent decfc79ff9
commit 44ef508987

View File

@ -302,3 +302,8 @@ nsDragService::Unsuppress()
return nsBaseDragService::Unsuppress();
}
NS_IMETHODIMP
nsBaseDragService::DragMoved(PRInt32 aX, PRInt32 aY)
{
return nsBaseDragService::DragMoved(aX, aY);
}