Closed
Bug 232630
Opened 21 years ago
Closed 21 years ago
Change jsconsole appendItem to use instanceof
Categories
(Core Graveyard :: Error Console, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 179268
People
(Reporter: timeless, Unassigned)
Details
Exception ``[Exception... "Component returned failure code: 0x80004002
(NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002
(NS_NOINTERFACE)" location: "JS frame ::
chrome://global/content/consoleBindings.xml :: appendItem :: line 135" data:
no]'' thrown from function appendItem(aObject=XPComponent:{2}) in
<chrome://global/content/consoleBindings.xml> line 135.
Stopped for thrown exception.
#0: function appendItem(aObject=XPComponent:{2}) in
<chrome://global/content/consoleBindings.xml> line 135
133: try {
134: // Try to QI it to a script error to get more info
135: var scriptError = aObject.QueryInterface(Components.interfaces.nsIScriptError);
136:
137: // filter chrome urls
This code shoudl be changed to use instanceof
*** This bug has been marked as a duplicate of 179268 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•