[webkit-reviews] review granted: [Bug 216072] Expose RTCPeerConnection.restartIce : [Attachment 407769] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 10:04:51 PDT 2020


Darin Adler <darin at apple.com> has granted youenn fablet <youennf at gmail.com>'s
request for review:
Bug 216072: Expose RTCPeerConnection.restartIce
https://bugs.webkit.org/show_bug.cgi?id=216072

Attachment 407769: Patch

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




--- Comment #4 from Darin Adler <darin at apple.com> ---
Comment on attachment 407769
  --> https://bugs.webkit.org/attachment.cgi?id=407769
Patch

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

> Source/WebCore/Modules/mediastream/RTCPeerConnection.h:127
> +    void restartIce() { m_backend->restartIce(); }

No null check needed here?


More information about the webkit-reviews mailing list