[Pale-Moon] Issue MoonchildProductions/UXP#516 - Fix obsolete self-reference in palemoon/components/places/PlacesUIUtils.jsm.

This commit is contained in:
athenian200 2020-02-13 10:15:41 -06:00 committed by Roy Tam
commit f5acafc727

View file

@ -295,7 +295,7 @@ this.PlacesUIUtils = {
{
// Since this check may be done on each dragover event, it's worth maintaining
// a cache.
let self = PUIU__isLivemark;
let self = this._isLivemark;
if (!("ids" in self)) {
const LIVEMARK_ANNO = PlacesUtils.LMANNO_FEEDURI;