mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix url vs uri typo
This commit is contained in:
parent
6891a3b69a
commit
704d1c079a
@ -328,7 +328,7 @@ HistoryStore.prototype = {
|
||||
|
||||
changeItemID: function HStore_changeItemID(oldID, newID) {
|
||||
try {
|
||||
let uri = Utils.makeURI(this._findURLByGUID(oldID).uri);
|
||||
let uri = Utils.makeURI(this._findURLByGUID(oldID).url);
|
||||
this._anno.setPageAnnotation(uri, "weave/guid", newID, 0, 0);
|
||||
} catch (e) {
|
||||
this._log.debug("Could not change item ID: " + e);
|
||||
|
Loading…
Reference in New Issue
Block a user