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;