[Webkit-unassigned] [Bug 144791] Fix the wrong condition check in SVGLengthContext::valueForLength()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 8 01:57:24 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144791

--- Comment #1 from Sungmann Cho <sungmann.cho at navercorp.com> ---
We can replace "length.isPercent() && !length.isCalculated()" with "length.isPercentNotCalculated()" for simplicity and clarity.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150508/d1864da8/attachment.html>


More information about the webkit-unassigned mailing list