Closed
Bug 615840
Opened 15 years ago
Closed 15 years ago
mBuildCaret/mMode initialized out of order in nsDisplayListBuilder::nsDisplayListBuilder
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
726 bytes,
patch
|
roc
:
review+
roc
:
approval2.0+
|
Details | Diff | Splinter Review |
layout/base/nsDisplayList.h:
In constructor ‘nsDisplayListBuilder::nsDisplayListBuilder(nsIFrame*, nsDisplayListBuilder::Mode, PRBool)’:
407: warning: ‘nsDisplayListBuilder::mBuildCaret’ will be initialized after
406: warning: ‘nsDisplayListBuilder::Mode nsDisplayListBuilder::mMode’
layout/base/nsDisplayList.cpp:
71: warning: when initialized here
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #494353 -
Flags: review?(roc)
Attachment #494353 -
Flags: approval2.0?
Attachment #494353 -
Flags: review?(roc)
Attachment #494353 -
Flags: review+
Attachment #494353 -
Flags: approval2.0?
Attachment #494353 -
Flags: approval2.0+
Keywords: checkin-needed
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•