RESOLVED FIXED 84368
Remove unnecessary assignment in CSSParser::parseCubicBezierTimingFunctionValue().
https://bugs.webkit.org/show_bug.cgi?id=84368
Summary Remove unnecessary assignment in CSSParser::parseCubicBezierTimingFunctionVal...
Luke Macpherson
Reported 2012-04-19 12:06:33 PDT
Remove unnecessary assignment in CSSParser::parseCubicBezierTimingFunctionValue().
Attachments
Patch (1.28 KB, patch)
2012-04-19 12:07 PDT, Luke Macpherson
no flags
Luke Macpherson
Comment 1 2012-04-19 12:07:40 PDT
WebKit Review Bot
Comment 2 2012-04-19 14:22:47 PDT
Comment on attachment 137944 [details] Patch Clearing flags on attachment: 137944 Committed r114670: <http://trac.webkit.org/changeset/114670>
WebKit Review Bot
Comment 3 2012-04-19 14:22:52 PDT
All reviewed patches have been landed. Closing bug.
Eric Seidel (no email)
Comment 4 2012-04-19 14:29:09 PDT
Comment on attachment 137944 [details] Patch I'm not sure this really helps. Previously the contract was that v was always equal to args->current() I assume?
Note You need to log in before you can comment on or make changes to this bug.