widget/xpwidgets/nsTransferable.cpp

branch
TOR_BUG_9701
changeset 12
7540298fafa1
parent 11
deefc01c0e14
child 13
44a2da4a2ab2
equal deleted inserted replaced
5:9e475906624a 6:c3c519b64070
52 DataStruct::~DataStruct() 52 DataStruct::~DataStruct()
53 { 53 {
54 if (mCacheFileName) free(mCacheFileName); 54 if (mCacheFileName) free(mCacheFileName);
55 } 55 }
56 56
57 //-------------------------------------------------------------------------
58 //------------------------------------------------------------------------- 57 //-------------------------------------------------------------------------
59 void 58 void
60 DataStruct::SetData ( nsISupports* aData, uint32_t aDataLen, bool aIsPrivBrowsing ) 59 DataStruct::SetData ( nsISupports* aData, uint32_t aDataLen, bool aIsPrivBrowsing )
61 { 60 {
62 // Now, check to see if we consider the data to be "too large" 61 // Now, check to see if we consider the data to be "too large"

mercurial