[Webkit-unassigned] [Bug 82832] CSSStyleRules should own their CSSStyleDeclarations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 31 12:04:30 PDT 2012


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





--- Comment #5 from Andreas Kling <kling at webkit.org>  2012-03-31 12:04:30 PST ---
(From update of attachment 134961)
View in context: https://bugs.webkit.org/attachment.cgi?id=134961&action=review

>> Source/WebCore/css/PropertySetCSSStyleDeclaration.cpp:309
>> +}
> 
> Isn't this just RefCounted?

ref() and deref() are virtual here, for this subclass it's a simple RefCounted workalike, for e.g PropertySetCSSStyleDeclaration it forwards the refs/derefs to the underlying StylePropertySet.

-- 
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