[tbb-commits] [tor-browser/tor-browser-68.4.1esr-9.5-1] Revert "Bug 31764: Fix for error when navigating via 'Paste and go'"
boklm at torproject.org
boklm at torproject.org
Thu Jan 30 10:59:59 UTC 2020
commit 45677fd3bc4fd9b69216bb25efadcbac3026672f
Author: Nicolas Vigier <boklm at 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() {
More information about the tbb-commits
mailing list