Bug 129982

Summary: RenderElement::valueForLength() callers misuse bool parameter.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description zalan 2014-03-08 17:19:38 PST
Do not pass RenderView* as bool (percentage)

LayoutUnit valueForLength(const Length&, LayoutUnit maximumValue, bool roundPercentages = false) const;
Comment 1 zalan 2014-03-08 17:40:07 PST
Created attachment 226242 [details]
Patch
Comment 2 Andreas Kling 2014-03-08 17:41:31 PST
Comment on attachment 226242 [details]
Patch

Wut. r=me
Comment 3 WebKit Commit Bot 2014-03-08 18:33:10 PST
Comment on attachment 226242 [details]
Patch

Clearing flags on attachment: 226242

Committed r165346: <http://trac.webkit.org/changeset/165346>
Comment 4 WebKit Commit Bot 2014-03-08 18:33:12 PST
All reviewed patches have been landed.  Closing bug.