Fix bug 345327: "clear" button in the console doesn't work, regression from bug 322169, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2006-07-26 18:31:45 +00:00
parent 11c26bae9c
commit a2f1db0eaf

View File

@ -128,8 +128,6 @@
<method name="appendItem">
<parameter name="aObject"/>
<body><![CDATA[
if (!aObject.message) return;
try {
// Try to QI it to a script error to get more info
var scriptError = aObject.QueryInterface(Components.interfaces.nsIScriptError);