mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1126451 - Typo in MemoryActor.prototype._onWindowReady after bug 1104213, r=tromey
This commit is contained in:
parent
46b073b057
commit
41b0c63db4
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user