[webkit-reviews] review granted: [Bug 215535] Use std::call_once + LazyNeverDestroyed to initialize complex data structures : [Attachment 406659] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 15 01:34:16 PDT 2020


Mark Lam <mark.lam at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 215535: Use std::call_once + LazyNeverDestroyed to initialize complex data
structures
https://bugs.webkit.org/show_bug.cgi?id=215535

Attachment 406659: Patch

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




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

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

r=me if EWS bots are happy.

> Source/WTF/wtf/Logger.cpp:35
> +Lock loggerObserverLock { };

Don't need the { }.


More information about the webkit-reviews mailing list