Closed
Bug 832011
Opened 13 years ago
Closed 13 years ago
Assertion with Components.lookupMethod(canvas, "itemProp")
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: jruderman, Assigned: dzbarsky)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
|
453 bytes,
text/html
|
Details | |
|
730 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Assertion failure: !aIID.Equals((::nsISupports::COMTypeInfo<int>::kIID)), at content/base/src/nsDOMTokenList.cpp:37
Maybe a regression from bug 830231? Or yet another reason for bug 693733?
Note this only happens for
Components.lookupMethod(canvas, "itemProp")
and not for
Object.getOwnPropertyDescriptor(canvas.__proto__, "itemProp").set
Object.getOwnPropertyDescriptor(canvas.__proto__, "itemProp").get
Comment 1•13 years ago
|
||
nsDOMTokenList doesn't actually QI to nsISupports on trunk.
Definitely a regression from bug 830231. NS_INTERFACE_TABLE1 does both the given interface and nsISupports.
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #703590 -
Flags: review?(bzbarsky)
Comment 3•13 years ago
|
||
Comment on attachment 703590 [details] [diff] [review]
Patch
Please add a testcase!
r=me
Attachment #703590 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dzbarsky
| Assignee | ||
Comment 4•13 years ago
|
||
Updated•13 years ago
|
Updated•13 years ago
|
status-firefox21:
--- → affected
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•