Closed
Bug 378664
Opened 18 years ago
Closed 18 years ago
Not allowed to get the lineNumber property of the "Not enough arguments" exception from XPConnect
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 291377
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: testcase)
javascript:try { document.createExpression("//html:body"); } catch(e) { alert(e.lineNumber) }
Result:
Error: uncaught exception: Permission denied to get property UnnamedClass.lineNumber
Reporter | ||
Comment 1•18 years ago
|
||
WFM now that bug 291377 is fixed.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•18 years ago
|
||
http://www.squarefree.com/shell/shell.html is now able to show:
NS_ERROR_XPC_NOT_ENOUGH_ARGS on line 1: Not enough arguments [nsIDOMXPathEvaluator.createExpression]
Yay!
You need to log in
before you can comment on or make changes to this bug.
Description
•