Closed
Bug 811226
Opened 12 years ago
Closed 12 years ago
"Assertion failure: Type() == eOnError"
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 811069
People
(Reporter: jruderman, Assigned: peterv)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
Assertion failure: Type() == eOnError, at dom/base/nsIJSEventListener.h:116
This assertion is part of code added in bug 807226.
Reporter | ||
Comment 1•12 years ago
|
||
![]() |
||
Comment 2•12 years ago
|
||
I bet this is a duplicate of bug 811069. The code in bug 807226 compiles the attribute to an EventHandlerNonNull, but then the code from bug 804950 tries to get it as an OnErrorEventHandlerNonNull.
Assignee | ||
Comment 3•12 years ago
|
||
I checked in the testcase:
https://hg.mozilla.org/integration/mozilla-inbound/rev/414ca3fc8e99
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → DUPLICATE
Comment 4•12 years ago
|
||
Assignee: nobody → peterv
You need to log in
before you can comment on or make changes to this bug.
Description
•