[webkit-changes] [WebKit/WebKit] 4a22b9: Add missing 'optional' for 'setConfiguration' in '...
Ahmad Saleem
noreply at github.com
Sat Nov 11 16:52:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4a22b9997c9a0303a898d7b4838f70b5a0abfdda
https://github.com/WebKit/WebKit/commit/4a22b9997c9a0303a898d7b4838f70b5a0abfdda
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2023-11-11 (Sat, 11 Nov 2023)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/webrtc/idlharness.https.window-expected.txt
M Source/WebCore/Modules/mediastream/RTCPeerConnection.idl
Log Message:
-----------
Add missing 'optional' for 'setConfiguration' in 'RTCPeerConnection.idl' as per WebIDL Specification
https://bugs.webkit.org/show_bug.cgi?id=264565
Reviewed by Eric Carlson.
This patch is to align WebKit with Gecko / Firefox, Blink / Chromium and Web-Specification [1].
[1] https://w3c.github.io/webrtc-pc/#interface-definition
This PR is adding missing 'optional' in 'setConfiguration' as required by web specification.
* Source/WebCore/Modules/mediastream/RTCPeerConnection.idl:
* LayoutTests/imported/w3c/web-platform-tests/webrtc/idlharness.https.window-expected.txt: Rebaselined
Canonical link: https://commits.webkit.org/270607@main
More information about the webkit-changes
mailing list