Closed
Bug 671046
Opened 15 years ago
Closed 15 years ago
NS_FUNCTION_TIMER requires unwrapped functions
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file)
|
1.12 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
The debug-only NS_FUNCTION_TIMER wants to log the names of event handler functions, but currently it will assert if the function object is a proxy.
Attachment #545451 -
Flags: review?(mrbkap)
Updated•15 years ago
|
Attachment #545451 -
Flags: review?(mrbkap) → review+
| Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Whiteboard: [inbound]
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
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
•