[webkit-reviews] review granted: [Bug 120547] Animations should use double for key values, not floats : [Attachment 210157] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 30 14:16:09 PDT 2013


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Dean Jackson
<dino at apple.com>'s request for review:
Bug 120547: Animations should use double for key values, not floats
https://bugs.webkit.org/show_bug.cgi?id=120547

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=210157&action=review


> Source/WebCore/css/WebKitCSSKeyframeRule.cpp:69
> +	       double k = cur.substring(0, cur.length() - 1).toFloat();

Is there a toDouble()?


More information about the webkit-reviews mailing list