Merge backout of bug 592943

This commit is contained in:
Michael Wu 2011-05-28 00:14:37 -07:00
commit ffb26adaa4

View File

@ -28,7 +28,7 @@ NS_NewObjectInputStreamFromBuffer(char* buffer, PRUint32 len,
NS_EXPORT nsresult
NS_NewObjectOutputWrappedStorageStream(nsIObjectOutputStream **wrapperStream,
nsIStorageStream** stream,
PRBool wantDebugStream)
PRBool wantDebugStream)
{
nsCOMPtr<nsIStorageStream> storageStream;