[Webkit-unassigned] [Bug 77740] Split CSSMutableStyleDeclaration into separate internal and CSSOM types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 3 11:44:07 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77740





--- Comment #9 from Darin Adler <darin at apple.com>  2012-02-03 11:44:07 PST ---
(From update of attachment 125360)
View in context: https://bugs.webkit.org/attachment.cgi?id=125360&action=review

> Source/WebCore/css/CSSMutableStyleDeclaration.h:37
> +class StylePropertySet : public RefCounted<StylePropertySet> {

As I said in my first review, this should derive from RefCountedBase, not RefCounted<>.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list