Closed
Bug 308079
Opened 19 years ago
Closed 19 years ago
canHaveExplicitInherit seems unused
Categories
(Core :: CSS Parsing and Computation, defect, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: Biesinger, Assigned: dbaron)
References
()
Details
(Whiteboard: [patch])
Attachments
(1 file)
6.23 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
See URL - it gets assigned PR_FALSE initially and is then only read, once in
debug output, and once in an if.
/layout/style/nsRuleNode.cpp, line 918 -- PRBool canHaveExplicitInherit = PR_FALSE;
/layout/style/nsRuleNode.cpp, line 998 -- aSID, total, specified, inherited,
canHaveExplicitInherit?"true":"false");
/layout/style/nsRuleNode.cpp, line 1001 -- if (canHaveExplicitInherit) {
Assignee | ||
Comment 1•19 years ago
|
||
Yeah, looks like I missed this in bug 205790.
Assignee | ||
Comment 2•19 years ago
|
||
Attachment #195707 -
Flags: superreview?(bzbarsky)
Attachment #195707 -
Flags: review?(cbiesinger)
Assignee | ||
Updated•19 years ago
|
Severity: normal → trivial
Status: NEW → ASSIGNED
OS: Linux → All
Priority: -- → P4
Hardware: PC → All
Whiteboard: [patch]
Target Milestone: --- → mozilla1.9alpha
Updated•19 years ago
|
Attachment #195707 -
Flags: superreview?(bzbarsky)
Attachment #195707 -
Flags: superreview+
Attachment #195707 -
Flags: review?(cbiesinger)
Attachment #195707 -
Flags: review+
Assignee | ||
Comment 3•19 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•