Backed out changeset 2ca7b0c1463e (bug 1145049) for linux32 debug browser_responsiveui.js failures.

This commit is contained in:
Ryan VanderMeulen 2015-04-22 12:28:15 -04:00
parent a4297c5dc2
commit ac0a3e28fb

View File

@ -3312,18 +3312,6 @@ var InspectorActor = exports.InspectorActor = protocol.ActorClass({
this.tabActor = tabActor;
},
destroy: function () {
protocol.Actor.prototype.destroy.call(this);
this._highlighterPromise = null;
this._pageStylePromise = null;
this._walkerPromise = null;
this.tabActor = null;
},
disconnect: function () {
this.destroy();
},
get window() this.tabActor.window,
getWalker: method(function(options={}) {