Bug 980835 - Fix for intermittent | browser_webconsole_output_dom_elements_02.js | The current inspector selection is correct - Got [object HTMLParagraphElement], expected [object HTMLBodyElement]; r=me

This commit is contained in:
Mihai Sucan
2014-03-08 23:13:59 +02:00
parent e5ec09baf8
commit 62f31c32e4
3 changed files with 16 additions and 4 deletions

View File

@@ -524,6 +524,7 @@ Messages.BaseMessage.prototype = {
for (let widget of this.widgets) {
widget.destroy();
}
this.widgets.clear();
}
}; // Messages.BaseMessage.prototype