Bug 1217887 - Fix reference to href in ContentClick.jsm. r=mak

This commit is contained in:
Tom Schuster 2015-10-28 19:25:26 +01:00
parent 9936a2b37f
commit 6d48040fc9

View File

@ -80,7 +80,7 @@ var ContentClick = {
// visits across frames should be preserved.
try {
if (!PrivateBrowsingUtils.isWindowPrivate(window))
PlacesUIUtils.markPageAsFollowedLink(href);
PlacesUIUtils.markPageAsFollowedLink(json.href);
} catch (ex) { /* Skip invalid URIs. */ }
}
};