mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
merge upstream changes
This commit is contained in:
commit
72b7f9bf27
@ -109,7 +109,7 @@ Store.prototype = {
|
||||
throw "override itemExists in a subclass";
|
||||
},
|
||||
|
||||
createRecord: function Store_createRecord() {
|
||||
createRecord: function Store_createRecord(id) {
|
||||
throw "override createRecord in a subclass";
|
||||
},
|
||||
|
||||
@ -186,7 +186,7 @@ Cache.prototype = {
|
||||
this._tail.next = wrapper;
|
||||
this._tail = wrapper;
|
||||
}
|
||||
|
||||
|
||||
this._items[wrapper.id] = wrapper;
|
||||
this.count++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user