[webkit-reviews] review granted: [Bug 183908] Stop using dispatch_set_target_queue() : [Attachment 336300] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 09:37:48 PDT 2018


Daniel Bates <dbates at webkit.org> has granted David Kilzer (:ddkilzer)
<ddkilzer at webkit.org>'s request for review:
Bug 183908: Stop using dispatch_set_target_queue()
https://bugs.webkit.org/show_bug.cgi?id=183908

Attachment 336300: Patch v1

https://bugs.webkit.org/attachment.cgi?id=336300&action=review




--- Comment #7 from Daniel Bates <dbates at webkit.org> ---
Comment on attachment 336300
  --> https://bugs.webkit.org/attachment.cgi?id=336300
Patch v1

View in context: https://bugs.webkit.org/attachment.cgi?id=336300&action=review

> Tools/Scripts/webkitpy/style/checkers/cpp.py:3229
> +		 'Never use dispatch_set_target_queue.	Use
dispatch_queue_create_with_target instead.')

Out of curiosity, why?


More information about the webkit-reviews mailing list