[webkit-reviews] review granted: [Bug 74552] binding a member function should ref/deref the object pointer if needed : [Attachment 119314] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 14 17:28:22 PST 2011


Sam Weinig <sam at webkit.org> has granted Anders Carlsson <andersca at apple.com>'s
request for review:
Bug 74552: binding a member function should ref/deref the object pointer if
needed
https://bugs.webkit.org/show_bug.cgi?id=74552

Attachment 119314: Patch
https://bugs.webkit.org/attachment.cgi?id=119314&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=119314&action=review


> Source/JavaScriptCore/wtf/Functional.h:160
> +template<typename T, bool> struct RefAndDeref {

You should note what the bool means here.


More information about the webkit-reviews mailing list