From d0cb2fc19903c55cf7c1e7c77459bc97dc001bfc Mon Sep 17 00:00:00 2001 From: "Carsten \"Tomcat\" Book" Date: Fri, 27 Jun 2014 15:17:37 +0200 Subject: [PATCH] Backed out changeset 958aaea55e3f (bug 1029128) --- toolkit/components/passwordmgr/LoginStore.jsm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/toolkit/components/passwordmgr/LoginStore.jsm b/toolkit/components/passwordmgr/LoginStore.jsm index 45ed6071b1ae..58d691fa04a7 100644 --- a/toolkit/components/passwordmgr/LoginStore.jsm +++ b/toolkit/components/passwordmgr/LoginStore.jsm @@ -189,14 +189,6 @@ LoginStore.prototype = { } } - // In some rare cases it's possible for logins to have been added to - // our database between the call to OS.File.read and when we've been - // notified that there was a problem with it. In that case, leave the - // synchronously-added data alone. See bug 1029128, comment 4. - if (this.dataReady) { - return; - } - // In any case, initialize a new object to host the data. this.data = { nextId: 1,