[Webkit-unassigned] [Bug 91222] Make Functional bind PassOwnPtr.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 10 05:39:59 PDT 2012


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





--- Comment #9 from Anders Carlsson <andersca at apple.com>  2012-08-10 05:40:26 PST ---
(From update of attachment 152374)
View in context: https://bugs.webkit.org/attachment.cgi?id=152374&action=review

> Source/WTF/wtf/Functional.h:322
> +template<typename T, bool shouldRefAndDeref> struct RefAndDeref<PassOwnPtr<T>, shouldRefAndDeref> {
> +    static void ref(const OwnPtr<T>&) { }
> +    static void deref(const OwnPtr<T>&) { }
> +};

Is this really needed?

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