mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
can't get guid on expiration
This commit is contained in:
parent
f1f0742fae
commit
67fd1f1e82
@ -516,9 +516,6 @@ HistoryTracker.prototype = {
|
|||||||
this._upScore();
|
this._upScore();
|
||||||
},
|
},
|
||||||
onPageExpired: function HT_onPageExpired(uri, time, entry) {
|
onPageExpired: function HT_onPageExpired(uri, time, entry) {
|
||||||
this._log.trace("onPageExpired: " + uri.spec);
|
|
||||||
if (this.addChangedID(this._store._getGUID(uri))) // XXX eek ?
|
|
||||||
this._upScore();
|
|
||||||
},
|
},
|
||||||
onDeleteURI: function HT_onDeleteURI(uri) {
|
onDeleteURI: function HT_onDeleteURI(uri) {
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user