Bug 49473 - WebKitCSSMatrix shouldn't inherit from StyleBase
Summary: WebKitCSSMatrix shouldn't inherit from StyleBase
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-12 13:45 PST by Alexey Proskuryakov
Modified: 2010-11-12 13:56 PST (History)
2 users (show)

See Also:


Attachments
proposed patch (4.09 KB, patch)
2010-11-12 13:49 PST, Alexey Proskuryakov
simon.fraser: review+
Details | Formatted Diff | Diff

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