[webkit-changes] [WebKit/WebKit] ee948a: Add missing 'optional' in constructor of 'RTCIceCa...
Ahmad Saleem
noreply at github.com
Fri Nov 10 11:22:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ee948a9bf67068a398f12a067d5445f1187666c0
https://github.com/WebKit/WebKit/commit/ee948a9bf67068a398f12a067d5445f1187666c0
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/webrtc/idlharness.https.window-expected.txt
M Source/WebCore/Modules/mediastream/RTCIceCandidate.idl
Log Message:
-----------
Add missing 'optional' in constructor of 'RTCIceCandidate.idl' as per WebIDL Specification
https://bugs.webkit.org/show_bug.cgi?id=264564
Reviewed by Youenn Fablet.
This patch is to align WebKit with Gecko / Firefox, Blink / Chromium and Web-Specification [1].
[1] https://w3c.github.io/webrtc-pc/#rtcicecandidate-interface
This PR is adding missing 'optional' in constructor as required by web specification.
* Source/WebCore/Modules/mediastream/RTCIceCandidate.idl:
* LayoutTests/imported/w3c/web-platform-tests/webrtc/idlharness.https.window-expected.txt: Rebaselined
* LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt: Rebaselined
Canonical link: https://commits.webkit.org/270552@main
More information about the webkit-changes
mailing list