[webkit-reviews] review granted: [Bug 63641] Convert uses of computeLengthIntForLength to computeLength<Length>() : [Attachment 99122] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 12:08:44 PDT 2011


Darin Adler <darin at apple.com> has granted Luke Macpherson
<macpherson at chromium.org>'s request for review:
Bug 63641: Convert uses of computeLengthIntForLength to computeLength<Length>()
https://bugs.webkit.org/show_bug.cgi?id=63641

Attachment 99122: Patch
https://bugs.webkit.org/attachment.cgi?id=99122&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
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.


More information about the webkit-reviews mailing list