Commit 30994d7d 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 62d63cc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -443,7 +443,7 @@ class UrlbarInput {
      return;
    }

    this._loadURL(url, where, openParams, null);
    this._loadURL(url, where, openParams);
  }

  handleRevert() {