From 08baf5ef0cd23fba102f01f85641ba3db53b4cfa Mon Sep 17 00:00:00 2001 From: autofoolip Date: Tue, 26 Nov 2019 11:30:59 +0000 Subject: [PATCH] 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 --- testing/web-platform/tests/interfaces/remote-playback.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/web-platform/tests/interfaces/remote-playback.idl b/testing/web-platform/tests/interfaces/remote-playback.idl index 8321e59fb632..2b0d85316c20 100644 --- a/testing/web-platform/tests/interfaces/remote-playback.idl +++ b/testing/web-platform/tests/interfaces/remote-playback.idl @@ -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;