Bug 63641

Summary: Convert uses of computeLengthIntForLength to computeLength<Length>()
Product: WebKit Reporter: Luke Macpherson <macpherson>
Component: New BugsAssignee: Luke Macpherson <macpherson>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Luke Macpherson 2011-06-29 12:02:25 PDT
Convert uses of computeLengthIntForLength to computeLength<Length>()
Comment 1 Luke Macpherson 2011-06-29 12:04:24 PDT
Created attachment 99122 [details]
Patch
Comment 2 Darin Adler 2011-06-29 12:08:44 PDT
Comment on attachment 99122 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=99122&action=review

> Source/WebCore/css/CSSStyleSelector.cpp:4054
> +            lineHeight = primitiveValue->computeLength<Length>(style(), m_rootElementStyle,  multiplier);

Extra space here after one of the commas.
Comment 3 Luke Macpherson 2011-06-29 13:30:16 PDT
Created attachment 99138 [details]
Patch
Comment 4 WebKit Review Bot 2011-06-29 14:26:14 PDT
Comment on attachment 99138 [details]
Patch

Clearing flags on attachment: 99138

Committed r90045: <http://trac.webkit.org/changeset/90045>
Comment 5 WebKit Review Bot 2011-06-29 14:26:18 PDT
All reviewed patches have been landed.  Closing bug.