r=mkaply, sr=blizzard (platform specific)
From Rich Walsh - Hack workaround for OS/2 crash caused by the fix for 125386


git-svn-id: svn://10.0.0.236/trunk@170695 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2005-03-15 13:56:04 +00:00
parent 97aa55bd1b
commit dd936e1df4

View File

@ -137,6 +137,9 @@ NS_IMETHODIMP nsDragService::InvokeDragSession(nsIDOMNode *aDOMNode,
nsIScriptableRegion *aRegion,
PRUint32 aActionType)
{
if (mDoingDrag)
return NS_ERROR_UNEXPECTED;
nsBaseDragService::InvokeDragSession ( aDOMNode, aTransferables,
aRegion, aActionType );
mSourceDataItems = aTransferables;