can't get guid on expiration

This commit is contained in:
Dan Mills 2009-04-10 16:04:13 -07:00
parent f1f0742fae
commit 67fd1f1e82

View File

@ -516,9 +516,6 @@ HistoryTracker.prototype = {
this._upScore();
},
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) {
},