Bug 84368

Summary: Remove unnecessary assignment in CSSParser::parseCubicBezierTimingFunctionValue().
Product: WebKit Reporter: Luke Macpherson <macpherson>
Component: CSSAssignee: Luke Macpherson <macpherson>
Status: RESOLVED FIXED    
Severity: Normal CC: macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.