Bug 49473

Summary: WebKitCSSMatrix shouldn't inherit from StyleBase
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: CSSAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch simon.fraser: review+

Description Alexey Proskuryakov 2010-11-12 13:45:23 PST
Because it needn't.

See StyleBase.h:
    // Base class for most CSS DOM objects.

    // FIXME: We don't need these to all share one base class.
    // Refactor so they don't any more.
Comment 1 Alexey Proskuryakov 2010-11-12 13:49:05 PST
Created attachment 73774 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2010-11-12 13:49:05 PST
Created attachment 73775
Comment 3 Alexey Proskuryakov 2010-11-12 13:56:41 PST
Committed <http://trac.webkit.org/changeset/71947>.