mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
partial fix for 44514 -- slow on first form submission, r=dveditz
This commit is contained in:
parent
474facaf5d
commit
93a77579a2
@ -1668,7 +1668,7 @@ wallet_WriteToFile(const char * filename, nsVoidArray* list) {
|
||||
*/
|
||||
static void
|
||||
wallet_ReadFromFile
|
||||
(const char * filename, nsVoidArray*& list, PRBool localFile, PlacementType placement = DUP_AFTER) {
|
||||
(const char * filename, nsVoidArray*& list, PRBool localFile, PlacementType placement = AT_END) {
|
||||
|
||||
/* open input stream */
|
||||
nsFileSpec dirSpec;
|
||||
@ -1796,7 +1796,7 @@ wallet_ReadFromFile
|
||||
*/
|
||||
static void
|
||||
wallet_ReadFromURLFieldToSchemaFile
|
||||
(const char * filename, nsVoidArray*& list, PlacementType placement = DUP_AFTER) {
|
||||
(const char * filename, nsVoidArray*& list, PlacementType placement = AT_END) {
|
||||
|
||||
/* open input stream */
|
||||
nsFileSpec dirSpec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user