Backed out changeset 9b1719f53272 (bug 1616273) for devtools failures in browser_toolbox_remoteness_change.js. CLOSED TREE

This commit is contained in:
Dorel Luca 2020-02-19 20:38:16 +02:00
Родитель 91e68d88c0
Коммит 63a3731931
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -368,12 +368,6 @@ function waitForPanelReload(currentToolId, target, panel) {
info("Waiting for netmonitor updates after page reload");
await onReloaded;
};
} else if (currentToolId == "webconsole") {
const onReloaded = panel.once("reloaded");
return async function() {
info("Waiting for webconsole updates after page reload");
await onReloaded;
};
}
return null;
}