Bug 82787 - Kill CSSTimingFunctionValue.
Summary: Kill CSSTimingFunctionValue.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 15:03 PDT by Andreas Kling
Modified: 2012-03-30 15:21 PDT (History)
3 users (show)

See Also:


Attachments
Patch (6.90 KB, patch)
2012-03-30 15:07 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>