Bug 84368 - Remove unnecessary assignment in CSSParser::parseCubicBezierTimingFunctionValue().
Summary: Remove unnecessary assignment in CSSParser::parseCubicBezierTimingFunctionVal...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Luke Macpherson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-19 12:06 PDT by Luke Macpherson
Modified: 2012-04-19 14:29 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.28 KB, patch)
2012-04-19 12:07 PDT, Luke Macpherson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Macpherson 2012-04-19 12:06:33 PDT
Remove unnecessary assignment in CSSParser::parseCubicBezierTimingFunctionValue().
Comment 1 Luke Macpherson 2012-04-19 12:07:40 PDT
Created attachment 137944 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-04-19 14:22:52 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Eric Seidel (no email) 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?