Skip to content

Commit 580d3e3

Browse files
committed
Bug 1554058 [wpt PR 16990] - Update interfaces/webaudio.idl, a=testonly
Automatic update from web-platform-tests Update interfaces/webaudio.idl (#16990) Source: https://github.com/tidoust/reffy-reports/blob/0ff6a6d/whatwg/idl/webaudio.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/536627667 -- wp5At-commits: 2738808b48e7c0d827cb0e9be69fac2a2af3f413 wpt-pr: 16990 UltraBlame original commit: d3b06ada2b51f4b072ac0ce96f29e374c85bac36
1 parent 819a2ff commit 580d3e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/web-platform/tests/interfaces/webaudio.idl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,8 @@ interface AudioParamMap {
568568

569569
[Exposed=Window,
570570
SecureContext,
571-
Constructor (BaseAudioContext context, DOMString name, optional AudioWorkletNodeOptions options)]
571+
Constructor (BaseAudioContext context, DOMString name,
572+
optional AudioWorkletNodeOptions options)]
572573
interface AudioWorkletNode : AudioNode {
573574
readonly attribute AudioParamMap parameters;
574575
readonly attribute MessagePort port;

0 commit comments

Comments
 (0)