Bug 1486159 - fix devtools to use openWebLinkIn. r=Honza

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jonathan Kingston 2018-08-30 11:06:26 +00:00
Родитель 4852481c04
Коммит a1f35468d5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -36,7 +36,7 @@ NetMonitorApp.prototype = {
const parentDoc = toolbox.doc;
const iframe = parentDoc.getElementById("toolbox-panel-iframe-netmonitor");
const top = iframe.ownerDocument.defaultView.top;
top.openUILinkIn(link, "tab");
top.openWebLinkIn(link, "tab");
};
const openSplitConsole = (err) => {