зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 2ca7b0c1463e (bug 1145049) for linux32 debug browser_responsiveui.js failures.
--HG-- extra : rebase_source : 55e63542c8cc125bc4ed42277b0329ba8db2c07a
This commit is contained in:
Родитель
b2a9538957
Коммит
f3a9298e2e
|
@ -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={}) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче