Closed
Bug 648872
Opened 14 years ago
Closed 14 years ago
Mismatched calling convention in worker code
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: espindola, Assigned: espindola)
References
Details
Attachments
(1 file, 3 obsolete files)
1.76 KB,
patch
|
Details | Diff | Splinter Review |
The SetListenerFunc and EventListenerFunction types are declared with NS_STDCALL but used with NS_DEFCALL.
Attachment #524967 -
Flags: review?
Comment 1•14 years ago
|
||
See analysis in bug 648871 comment 3.
Depends on: 648871
Summary: Mismatched calling convention → Mismatched calling convention in worker code
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #524967 -
Attachment is obsolete: true
Attachment #524967 -
Flags: review?
Attachment #524974 -
Flags: review?
Assignee | ||
Updated•14 years ago
|
Attachment #524974 -
Flags: review? → review?(bzbarsky)
Updated•14 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Comment 3•14 years ago
|
||
Comment on attachment 524974 [details] [diff] [review]
NS_STDCALL_FUNCPROTO
r=me
Attachment #524974 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Assignee: nobody → respindola
Assignee | ||
Comment 4•14 years ago
|
||
Attachment #524974 -
Attachment is obsolete: true
Assignee | ||
Comment 5•14 years ago
|
||
Attachment #526000 -
Attachment is obsolete: true
Comment 6•14 years ago
|
||
Comment 7•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-cedar
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•