Bug 921548 - Remove js_ValueToNonNullObject, which was entirely equivalent to ToObject. r=jorendorff

This commit is contained in:
Jeff Walden
2013-09-27 11:19:47 -07:00
parent 0ef4a34b4a
commit 443efa2af8
7 changed files with 8 additions and 24 deletions

View File

@@ -53,7 +53,7 @@ function test()
webconsole: hud,
messages: [
{
text: "TypeError: this._toolPanels is null",
text: "TypeError: can't convert null to object",
category: CATEGORY_JS,
severity: SEVERITY_ERROR,
},