This commit is contained in:
pinkerton%netscape.com 1999-09-02 23:17:21 +00:00
Родитель 4a0e263d64
Коммит 9c2d1b71b2
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -105,8 +105,7 @@ nsClipboard :: SetNativeClipboardData()
// find MacOS flavor
ResType macOSFlavor = theMapper.MapMimeTypeToMacOSType(flavorStr);
// get data. This takes converters into account. We don't own the data
// so make sure not to delete it.
// get data. This takes converters into account.
void* data = nsnull;
PRUint32 dataSize = 0;
nsCOMPtr<nsISupports> genericDataWrapper;