Skip to content
Snippets Groups Projects
Commit 19fa956d authored by boklm's avatar boklm Committed by Matthew Finkel
Browse files

Revert "Bug 31764: Fix for error when navigating via 'Paste and go'"

This reverts commit 59d89229.

With #32470 we backported Mozilla's fix for this issue.
parent a83411df
No related merge requests found
......@@ -443,7 +443,7 @@ class UrlbarInput {
return;
}
this._loadURL(url, where, openParams, null);
this._loadURL(url, where, openParams);
}
handleRevert() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment