Closed
Bug 648873
Opened 14 years ago
Closed 14 years ago
Mismatched calling convention
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: espindola, Assigned: espindola)
References
Details
Attachments
(1 file, 4 obsolete files)
(deleted),
patch
|
Details | Diff | Splinter Review |
GetRectSideMethod is declared without a calling convention specification, but called with NS_DEFCALL.
Attachment #524968 -
Flags: review?
Assignee | ||
Updated•14 years ago
|
Attachment #524968 -
Flags: review? → review?(joe)
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #524968 -
Attachment is obsolete: true
Attachment #524968 -
Flags: review?(joe)
Attachment #524975 -
Flags: review?(bzbarsky)
Comment 2•14 years ago
|
||
Comment on attachment 524975 [details] [diff] [review]
NS_STDCALL_FUNCPROTO
r=me
Attachment #524975 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Assignee: nobody → respindola
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #524975 -
Attachment is obsolete: true
Assignee | ||
Comment 4•14 years ago
|
||
Attachment #526001 -
Attachment is obsolete: true
Assignee | ||
Comment 5•14 years ago
|
||
Attachment #526053 -
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
You need to log in
before you can comment on or make changes to this bug.
Description
•