Bug 134495
| Summary: | Change minimumValueForLength() signature to take enum instead of the bool to control rounding. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | alan <zalan> |
| Component: | Layout and Rendering | Assignee: | alan <zalan> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ahmad.saleem792, simon.fraser |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
alan
LayoutUnit minimumValueForLength(const Length&, LayoutUnit maximumValue, bool roundPercentages = false);
Classic bool trap.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
It was done with this - https://github.com/WebKit/WebKit/commit/c6cc071daf36ed7006acaebd3320d7ec155c1f60
*** This bug has been marked as a duplicate of bug 158084 ***