Bug 1126451 - Typo in MemoryActor.prototype._onWindowReady after bug 1104213, r=tromey

This commit is contained in:
Victor Porof 2015-01-27 15:07:59 -05:00
parent 46b073b057
commit 41b0c63db4

View File

@ -136,7 +136,7 @@ let MemoryActor = protocol.ActorClass({
if (this.state == "attached") {
if (isTopLevel && this.dbg.memory.trackingAllocationSites) {
this._clearDebuggees();
nthis._frameCache.initFrames();
this._frameCache.initFrames();
}
this.dbg.addDebuggees();
}