[webkit-reviews] review granted: [Bug 180591] Remove pthread_once in favor of std::call_once and dispatch_once : [Attachment 328846] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 8 12:04:31 PST 2017


Saam Barati <sbarati at apple.com> has granted Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 180591: Remove pthread_once in favor of std::call_once and dispatch_once
https://bugs.webkit.org/show_bug.cgi?id=180591

Attachment 328846: Patch

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




--- Comment #7 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 328846
  --> https://bugs.webkit.org/attachment.cgi?id=328846
Patch

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

r=me. Looks like a reasonable cleanup.

> Source/WTF/ChangeLog:3
> +	   Remove pthread_once in favor of std::call_once and dispatch_once

You don't actually use std::call_once in this patch anymore :)


More information about the webkit-reviews mailing list