Backed out changeset a2ad798f4b90 (bug 915444) on the suspicion of this having caused frequent mochitest-bc oranges

This commit is contained in:
Ehsan Akhgari 2013-10-18 20:51:23 -04:00
parent 476f836748
commit 790a77af6e

View File

@ -190,17 +190,6 @@ RootActor.prototype = {
*/
get window() Services.wm.getMostRecentWindow(DebuggerServer.chromeWindowType),
/**
* Getter for the best nsIWebProgress for to watching this window.
*/
get webProgress() {
return this.window
.QueryInterface(Ci.nsIInterfaceRequestor)
.getInterface(Ci.nsIDocShell)
.QueryInterface(Ci.nsIInterfaceRequestor)
.getInterface(Ci.nsIWebProgress);
},
/**
* Disconnects the actor from the browser window.
*/