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

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?