Commit 40bb7a45 authored by Dão Gottwald's avatar Dão Gottwald
Browse files

Bug 1596384 - Remove redundant gURLBar.startLayoutExtend call from focusAndSelectUrlBar. r=harry

Differential Revision: https://phabricator.services.mozilla.com/D52987

--HG--
extra : moz-landing-system : lando
parent 895e75b4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2830,9 +2830,6 @@ function focusAndSelectUrlBar() {
  }

  gURLBar.select();
  // In cases where the Urlbar is focused but not expanded, the select call
  // above may not result in an expansion.
  gURLBar.startLayoutExtend();
}

function openLocation(event) {