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
parent aaabaa443a
commit 15f0cc1850

View File

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