Bug 828558 - Don't attach to jsconsole window, r=mdas

This commit is contained in:
Jonathan Griffin 2013-01-15 17:41:36 -08:00
Родитель f4b478e911
Коммит de4b6b4a10
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);