[webkit-reviews] review granted: [Bug 170116] Fixes for libwebrtc logging after r214288 : [Attachment 305463] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 27 10:24:30 PDT 2017


youenn fablet <youennf at gmail.com> has granted Alejandro G. Castro
<alex at igalia.com>'s request for review:
Bug 170116: Fixes for libwebrtc logging after r214288
https://bugs.webkit.org/show_bug.cgi?id=170116

Attachment 305463: Patch

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




--- Comment #3 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 305463
  --> https://bugs.webkit.org/attachment.cgi?id=305463
Patch

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

> Source/ThirdParty/libwebrtc/Source/webrtc/base/logging.cc:121
> +    static webrtc::NeverDestroyed<LogMessage::StreamList> streams
GUARDED_BY(g_log_crit());

Why do we need both changes in this method?


More information about the webkit-reviews mailing list