mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset c8e6847915e1 (bug 1123518)
This commit is contained in:
parent
590b78560a
commit
0e1fccfd6a
@ -926,7 +926,7 @@ function getMetadataFromBrowser(browser) {
|
||||
Object.defineProperty(this, "ReadingList", {
|
||||
get() {
|
||||
if (!this._singleton) {
|
||||
let store = new SQLiteStore("reading-list-temp6.sqlite");
|
||||
let store = new SQLiteStore("reading-list-temp2.sqlite");
|
||||
this._singleton = new ReadingListImpl(store);
|
||||
}
|
||||
return this._singleton;
|
||||
|
Loading…
Reference in New Issue
Block a user