[webkit-reviews] review granted: [Bug 211291] Sending WebRTC network packets should not go through the main thread : [Attachment 398613] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 09:44:32 PDT 2020


Eric Carlson <eric.carlson at apple.com> has granted youenn fablet
<youennf at gmail.com>'s request for review:
Bug 211291: Sending WebRTC network packets should not go through the main
thread
https://bugs.webkit.org/show_bug.cgi?id=211291

Attachment 398613: Patch

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




--- Comment #9 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 398613
  --> https://bugs.webkit.org/attachment.cgi?id=398613
Patch

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

> Source/WebCore/ChangeLog:12
> +	   Fix a case where the SDP would be badly formatted we do not have yet
a MDNS name for the corresponding IP address.

s/would be badly formatted we do not have yet a MDNS name/would be badly
formatted if we do not yet have an MDNS name/

> Source/WebCore/ChangeLog:13
> +	   Small refactoring to use less else if

s/use less else if/use early returns/


More information about the webkit-reviews mailing list