author | Michael Wu <mwu@mozilla.com> |
Sat, 28 May 2011 00:13:26 -0700 | |
changeset 70267 | d33492e4618f6954871a5695ceff15e436f1ee40 |
parent 70259 | a3b5d768fa9615c283ac5765c031fe55cbc2786f |
child 70268 | e3f62813c742407cce199be2d313302b9fd2c127 |
push id | unknown |
push user | unknown |
push date | unknown |
bugs | 592943 |
milestone | 7.0a1 |
backs out | a3b5d768fa9615c283ac5765c031fe55cbc2786f |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/startupcache/StartupCacheUtils.cpp +++ b/startupcache/StartupCacheUtils.cpp @@ -23,17 +23,17 @@ NS_NewObjectInputStreamFromBuffer(char* objectInput.forget(stream); return NS_OK; } NS_EXPORT nsresult NS_NewObjectOutputWrappedStorageStream(nsIObjectOutputStream **wrapperStream, nsIStorageStream** stream, - PRBool wantDebugStream) + PRBool wantDebugStream) { nsCOMPtr<nsIStorageStream> storageStream; nsresult rv = NS_NewStorageStream(256, PR_UINT32_MAX, getter_AddRefs(storageStream)); NS_ENSURE_SUCCESS(rv, rv); nsCOMPtr<nsIObjectOutputStream> objectOutput = do_CreateInstance("@mozilla.org/binaryoutputstream;1");