Bug 1123518 - Follow-up, use background-size:cover for the reading list images. r=me

--HG--
extra : rebase_source : dbd460bf62b47027fa26ceab6db96cb83ef2144b
This commit is contained in:
Jared Wein 2015-03-20 12:43:17 -07:00
Родитель b07e53fb8c
Коммит 7571a2c07b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -926,7 +926,7 @@ function getMetadataFromBrowser(browser) {
Object.defineProperty(this, "ReadingList", {
get() {
if (!this._singleton) {
let store = new SQLiteStore("reading-list-temp2.sqlite");
let store = new SQLiteStore("reading-list-temp6.sqlite");
this._singleton = new ReadingListImpl(store);
}
return this._singleton;