Bug 1560924 [wpt PR 17423] - Update interfaces/webrtc.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/webrtc.idl (#17423)

Source: https://github.com/tidoust/reffy-reports/blob/7e64fc0/whatwg/idl/webrtc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/548532003
--

wpt-commits: 4501cf73a612984558cb2babbd4287f149ab2591
wpt-pr: 17423
This commit is contained in:
autofoolip 2019-07-19 12:39:13 +00:00 коммит произвёл James Graham
Родитель 6151869f9a
Коммит ef85332fe9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -466,6 +466,7 @@ enum RTCIceTransportState {
};
enum RTCIceRole {
"unknown",
"controlling",
"controlled"
};