mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1217887 - Fix reference to href in ContentClick.jsm. r=mak
This commit is contained in:
parent
9936a2b37f
commit
6d48040fc9
@ -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. */ }
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user