Bug 1598544 [wpt PR 20387] - Update interfaces/remote-playback.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/remote-playback.idl (#20387)

Source: https://github.com/tidoust/reffy-reports/blob/fea9670/ed/idl/remote-playback.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/615198653
--

wpt-commits: 565dea5285601ee8dde220e0d7021c5691cce7fa
wpt-pr: 20387
This commit is contained in:
autofoolip 2019-11-26 11:30:59 +00:00 коммит произвёл moz-wptsync-bot
Родитель 9c2f9a5845
Коммит 08baf5ef0c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -23,7 +23,7 @@ enum RemotePlaybackState {
"disconnected"
};
callback RemotePlaybackAvailabilityCallback = void (boolean available);
callback RemotePlaybackAvailabilityCallback = void(boolean available);
partial interface HTMLMediaElement {
[SameObject] readonly attribute RemotePlayback remote;