☠☠ backed out by d33492e4618f ☠ ☠ | |
author | Michael Wu <mwu@mozilla.com> |
Fri, 27 May 2011 12:31:08 -0700 | |
changeset 70259 | a3b5d768fa9615c283ac5765c031fe55cbc2786f |
parent 70258 | eaa69ae330abb50bb8d68971a29d070228826dba |
child 70260 | c6d349c58bd7da4db0cc5ab4cf5b15560d2a2599 |
child 70267 | d33492e4618f6954871a5695ceff15e436f1ee40 |
push id | unknown |
push user | unknown |
push date | unknown |
reviewers | killer |
bugs | 592943 |
milestone | 7.0a1 |
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");