Back out changeset c1ede9f0319e (bug 743635). a=bustage

This commit is contained in:
Philipp von Weitershausen 2012-04-10 19:02:39 +08:00
Родитель fbc199beea
Коммит b7b701beda
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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;