[webkit-reviews] review granted: [Bug 174705] [WTF] Extend ThreadGroup::add results from bool to ThreadGroupAddResult : [Attachment 316066] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 21 12:21:16 PDT 2017


Mark Lam <mark.lam at apple.com> has granted Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 174705: [WTF] Extend ThreadGroup::add results from bool to
ThreadGroupAddResult
https://bugs.webkit.org/show_bug.cgi?id=174705

Attachment 316066: Patch

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




--- Comment #2 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 316066
  --> https://bugs.webkit.org/attachment.cgi?id=316066
Patch

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

r=me

> Source/WTF/wtf/ThreadGroup.cpp:53
> +    ThreadGroupAddResult result = add(Thread::current());

auto result?


More information about the webkit-reviews mailing list