summaryrefslogtreecommitdiffstats
path: root/application/palemoon/modules/FormValidationHandler.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/modules/FormValidationHandler.jsm')
-rw-r--r--application/palemoon/modules/FormValidationHandler.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/modules/FormValidationHandler.jsm b/application/palemoon/modules/FormValidationHandler.jsm
index 05be510e1..d01d4d3b9 100644
--- a/application/palemoon/modules/FormValidationHandler.jsm
+++ b/application/palemoon/modules/FormValidationHandler.jsm
@@ -122,7 +122,7 @@ let FormValidationHandler =
this._panel.hidden = false;
let tabBrowser = aWindow.gBrowser;
- this._anchor = tabBrowser.formValidationAnchor;
+ this._anchor = tabBrowser.popupAnchor;
this._anchor.left = aPanelData.contentRect.left;
this._anchor.top = aPanelData.contentRect.top;
this._anchor.width = aPanelData.contentRect.width;