Bug 134495 - Change minimumValueForLength() signature to take enum instead of the bool to control rounding.
Summary: Change minimumValueForLength() signature to take enum instead of the bool to ...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-01 10:18 PDT by zalan
Modified: 2014-07-01 10:18 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2014-07-01 10:18:26 PDT
LayoutUnit minimumValueForLength(const Length&, LayoutUnit maximumValue, bool roundPercentages = false);

Classic bool trap.