Bug 94141
| Summary: | StyleRareInheritedData m_counterIncrement and m_counterReset are unused | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Elliott Sprehn <esprehn> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | Keywords: | EasyFix |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Elliott Sprehn
These seem to be legacy from the original counter implementation. Removing them saves 4 bytes on every StyleRareInheritedData holding RenderStyle and also removes 2 dead methods of RenderStyle.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Elliott Sprehn
*** This bug has been marked as a duplicate of bug 94539 ***