commit 45677fd3bc4fd9b69216bb25efadcbac3026672f
Author: Nicolas Vigier <boklm(a)torproject.org>
Date: Thu Jan 30 11:57:52 2020 +0100
Revert "Bug 31764: Fix for error when navigating via 'Paste and go'"
This reverts commit 59d89229b68f8fbaa46e910a9bd03a6b26e8403e.
With #32470 we backported Mozilla's fix for this issue.
---
browser/components/urlbar/UrlbarInput.jsm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/components/urlbar/UrlbarInput.jsm b/browser/components/urlbar/UrlbarInput.jsm
index 21a7a5d9910f..131d2ecc8ca8 100644
--- a/browser/components/urlbar/UrlbarInput.jsm
+++ b/browser/components/urlbar/UrlbarInput.jsm
@@ -443,7 +443,7 @@ class UrlbarInput {
return;
}
- this._loadURL(url, where, openParams, null);
+ this._loadURL(url, where, openParams);
}
handleRevert() {