Closed
Bug 821177
Opened 13 years ago
Closed 13 years ago
[TreatNonCallableAsNull] should only affect attribute setters
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
9.22 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
Right now we take it into account for all type conversions for callback functions. But per spec, it should only affect attribute setters, not methods.
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #692189 -
Flags: review?(khuey)
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → bzbarsky
Whiteboard: [need review]
Attachment #692189 -
Flags: review?(khuey) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Flags: in-testsuite?
Whiteboard: [need review]
Target Milestone: --- → mozilla20
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•