Closed
Bug 494692
Opened 16 years ago
Closed 15 years ago
nsTemplateRule::nsTemplateRule incorrect initialization order
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 497068
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
746 bytes,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
content/xul/templates/src/nsTemplateRule.h: In copy constructor ‘nsTemplateRule::nsTemplateRule(const nsTemplateRule&)’:
content/xul/templates/src/nsTemplateRule.h:270: warning: ‘nsTemplateRule::mConditions’ will be initialized after
content/xul/templates/src/nsTemplateRule.h:251: warning: ‘nsCOMPtr<nsIDOMNode> nsTemplateRule::mRuleNode’
content/xul/templates/src/nsTemplateRule.cpp:300: warning: when initialized here
Attachment #379455 -
Flags: superreview?(neil)
Attachment #379455 -
Flags: review?(neil)
Updated•16 years ago
|
Attachment #379455 -
Flags: superreview?(neil)
Attachment #379455 -
Flags: superreview+
Attachment #379455 -
Flags: review?(neil)
Attachment #379455 -
Flags: review+
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Comment 3•7 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
You need to log in
before you can comment on or make changes to this bug.
Description
•