Backed out changeset 07408b255fec (bug 1627434) as requested by whimboo for causing bug 1633366

This commit is contained in:
Stefan Hindli 2020-04-30 14:54:54 +03:00
parent 6d98bd00c0
commit ec28a9c1fa

View File

@ -740,7 +740,7 @@ async function raptorRunner() {
await sleep(postStartupDelay);
// GeckoView doesn't support tabs
if (!isGeckoView && newTabPerCycle) {
if (!isGeckoView) {
await openTab();
}