Closed
Bug 71941
Opened 24 years ago
Closed 24 years ago
PR_CALLBACK missing in layout/html/base/nsPresShell.cpp
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.8.1
People
(Reporter: achimha, Assigned: rods)
Details
Attachments
(2 files)
1.85 KB,
patch
|
Details | Diff | Splinter Review | |
1.86 KB,
patch
|
Details | Diff | Splinter Review |
Hashtable callback functions without the proper callback flag. This is
a build blocker for OS/2 and must go in before branch. Patch follows.
Comment 2•24 years ago
|
||
Shouldn't that be PR_STATIC_CALLBACK(PRIntn) then?
Comment 3•24 years ago
|
||
yes, it should be PR_STATIC_CALLBACK if it is needed.
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
Reassigning to Rods.
Assignee: karnaze → rods
Target Milestone: --- → mozilla0.9
Comment 6•24 years ago
|
||
We're not sure why this isn't breaking the tinderbox. It's definitely breaking
our builds.
The change does not impact other platforms because PR_STATIC_CALLBACK is only
set for OS/2.
Comment 7•24 years ago
|
||
r=jag
Assignee | ||
Comment 8•24 years ago
|
||
changing target milestone to 0.8.1
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9 → mozilla0.8.1
Comment 9•24 years ago
|
||
I got approval from pchen on IRC to get this in.
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•