Commit a57d4c4
RTCIceCandidate.toJSON() doesn't serialize usernameFragment
https://bugs.webkit.org/show_bug.cgi?id=307038
rdar://169679947
Reviewed by Philippe Normand.
This patch aligns WebKit with Gecko / Firefox and Blink / Chromium.
The toJSON() method was missing the usernameFragment field in its serialization,
this patch adds it to progress failing test case.
* Source/WebCore/Modules/mediastream/RTCIceCandidate.cpp:
(WebCore::RTCIceCandidate::toJSON const):
* LayoutTests/imported/w3c/web-platform-tests/webrtc/toJSON-expected.txt: Progression
Canonical link: https://commits.webkit.org/306845@main1 parent ea7d159 commit a57d4c4
File tree
2 files changed
+2
-1
lines changed- LayoutTests/imported/w3c/web-platform-tests/webrtc
- Source/WebCore/Modules/mediastream
2 files changed
+2
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments