mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Back out changeset c1ede9f0319e (bug 743635). a=bustage
This commit is contained in:
parent
fbc199beea
commit
b7b701beda
@ -46,10 +46,6 @@ const GLOBAL_SCOPE = this;
|
||||
* SmsDatabaseService
|
||||
*/
|
||||
function SmsDatabaseService() {
|
||||
// Prime the directory service's cache to ensure that the ProfD entry exists
|
||||
// by the time IndexedDB queries for it off the main thread. (See bug 743635.)
|
||||
Services.dirsvc.get("ProfD", Ci.nsIFile);
|
||||
|
||||
gIDBManager.initWindowless(GLOBAL_SCOPE);
|
||||
|
||||
let that = this;
|
||||
|
Loading…
Reference in New Issue
Block a user