зеркало из https://github.com/mozilla/gecko-dev.git
Bug 828558 - Don't attach to jsconsole window, r=mdas
This commit is contained in:
Родитель
f4b478e911
Коммит
de4b6b4a10
|
@ -328,7 +328,7 @@ MarionetteDriverActor.prototype = {
|
|||
let type = null;
|
||||
if (this.curFrame == null) {
|
||||
if (this.curBrowser == null) {
|
||||
if (appName != "B2G" && this.context == "content") {
|
||||
if (this.context == "content") {
|
||||
type = 'navigator:browser';
|
||||
}
|
||||
return Services.wm.getMostRecentWindow(type);
|
||||
|
|
Загрузка…
Ссылка в новой задаче