[webkit-reviews] review granted: [Bug 65785] ThreadRestrictionVerifier needs a mode where an object is tied to a particular dispatch queue : [Attachment 103112] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 5 15:24:43 PDT 2011


Anders Carlsson <andersca at apple.com> has granted Mark Rowe (bdash)
<mrowe at apple.com>'s request for review:
Bug 65785: ThreadRestrictionVerifier needs a mode where an object is tied to a
particular dispatch queue
https://bugs.webkit.org/show_bug.cgi?id=65785

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=103112&action=review


> Source/JavaScriptCore/wtf/ThreadRestrictionVerifier.h:57
> +	   , m_owningQueue(0)

This should be inside an #if HAVE(DISPATCH_H)


More information about the webkit-reviews mailing list