Bug 82787

Summary: Kill CSSTimingFunctionValue.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
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 koivisto: review+

Description Andreas Kling 2012-03-30 15:03:50 PDT
CSSTimingFunctionValue is a pointless middle-man class that adds nothing. The cubic-bezier/steps/linear timing function value classes should just inherit directly from CSSValue.
Comment 1 Andreas Kling 2012-03-30 15:07:17 PDT
Created attachment 134893 [details]
Patch
Comment 2 Antti Koivisto 2012-03-30 15:09:19 PDT
Comment on attachment 134893 [details]
Patch

r=me
Comment 3 Andreas Kling 2012-03-30 15:21:55 PDT
Committed r112730: <http://trac.webkit.org/changeset/112730>