diff --git a/devtools/client/memory/panel.js b/devtools/client/memory/panel.js index 3da60c41ef6e..39f5115004ab 100644 --- a/devtools/client/memory/panel.js +++ b/devtools/client/memory/panel.js @@ -31,7 +31,6 @@ MemoryPanel.prototype = { } this.panelWin.gToolbox = this._toolbox; - this.panelWin.gTarget = this.target; this.panelWin.gFront = await this.target.getFront("memory"); this.panelWin.gHeapAnalysesClient = new HeapAnalysesClient();