mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
Issue #2332 - Hyphenate rtc stats type as per spec
Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1322503
This commit is contained in:
parent
4edd2f91b4
commit
9f63203a43
7 changed files with 57 additions and 42 deletions
|
|
@ -72,7 +72,7 @@ template<>
|
|||
struct ParamTraits<mozilla::dom::RTCStatsType> :
|
||||
public ContiguousEnumSerializer<
|
||||
mozilla::dom::RTCStatsType,
|
||||
mozilla::dom::RTCStatsType::Inboundrtp,
|
||||
mozilla::dom::RTCStatsType::Inbound_rtp,
|
||||
mozilla::dom::RTCStatsType::EndGuard_>
|
||||
{};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue