Bug 77621

Summary: Move remaining implementation from CSSStyleDeclaration to subclasses
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 77745    
Attachments:
Description Flags
patch kling: review+

Description Antti Koivisto 2012-02-02 03:50:54 PST
Clean sweep.
Comment 1 Antti Koivisto 2012-02-02 04:32:19 PST
Created attachment 125112 [details]
patch
Comment 2 Andreas Kling 2012-02-02 09:54:58 PST
Comment on attachment 125112 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=125112&action=review

> Source/WebCore/css/CSSMutableStyleDeclaration.h:129
>      // CSSOM functions. Don't make these public.
> +    virtual CSSRule* parentRule() const;

We should decorate the subclasses with OVERRIDE as appropriate.
Comment 3 Antti Koivisto 2012-02-02 10:09:13 PST
http://trac.webkit.org/changeset/106568