RESOLVED FIXED 77621
Move remaining implementation from CSSStyleDeclaration to subclasses
https://bugs.webkit.org/show_bug.cgi?id=77621
Summary Move remaining implementation from CSSStyleDeclaration to subclasses
Antti Koivisto
Reported 2012-02-02 03:50:54 PST
Clean sweep.
Attachments
patch (25.93 KB, patch)
2012-02-02 04:32 PST, Antti Koivisto
kling: review+
Antti Koivisto
Comment 1 2012-02-02 04:32:19 PST
Andreas Kling
Comment 2 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.
Antti Koivisto
Comment 3 2012-02-02 10:09:13 PST
Note You need to log in before you can comment on or make changes to this bug.