Remove unnecessary assignment in CSSParser::parseCubicBezierTimingFunctionValue().
Created attachment 137944 [details] Patch
Comment on attachment 137944 [details] Patch Clearing flags on attachment: 137944 Committed r114670: <http://trac.webkit.org/changeset/114670>
All reviewed patches have been landed. Closing bug.
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?