From f5acafc727075333c179fe2f56c6acaa653765a8 Mon Sep 17 00:00:00 2001 From: athenian200 Date: Thu, 13 Feb 2020 10:15:41 -0600 Subject: [PATCH] [Pale-Moon] Issue MoonchildProductions/UXP#516 - Fix obsolete self-reference in palemoon/components/places/PlacesUIUtils.jsm. --- application/palemoon/components/places/PlacesUIUtils.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/palemoon/components/places/PlacesUIUtils.jsm b/application/palemoon/components/places/PlacesUIUtils.jsm index b32bb364ff..f15886c639 100644 --- a/application/palemoon/components/places/PlacesUIUtils.jsm +++ b/application/palemoon/components/places/PlacesUIUtils.jsm @@ -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;