зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1485676 - Convert TargetFactory.forTab call to forRemoteTab in debugger mochitest. r=yulia
We are not passing a tab here. It only works by chance! Depends On D4535 Differential Revision: https://phabricator.services.mozilla.com/D4536 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
3d286eae18
Коммит
55c356daea
|
@ -639,7 +639,7 @@ AddonDebugger.prototype = {
|
|||
customIframe: this.frame
|
||||
};
|
||||
|
||||
this.target = TargetFactory.forTab(targetOptions);
|
||||
this.target = yield TargetFactory.forRemoteTab(targetOptions);
|
||||
let toolbox = yield gDevTools.showToolbox(this.target, "jsdebugger", Toolbox.HostType.CUSTOM, toolboxOptions);
|
||||
|
||||
info("Addon debugger panel shown successfully.");
|
||||
|
|
Загрузка…
Ссылка в новой задаче