Index: modules/webaudio/AudioBufferSourceNode.idl |
diff --git a/modules/webaudio/AudioBufferSourceNode.idl b/modules/webaudio/AudioBufferSourceNode.idl |
index 0f3c25258dfc748b1c4b5313f5a8b929f02d86b1..de711d439cc48cf43414a0fe7502d7ccda89050e 100644 |
--- a/modules/webaudio/AudioBufferSourceNode.idl |
+++ b/modules/webaudio/AudioBufferSourceNode.idl |
@@ -30,6 +30,7 @@ |
[RaisesException=Setter] attribute AudioBuffer buffer; |
readonly attribute AudioParam playbackRate; |
+ readonly attribute AudioParam detune; |
attribute boolean loop; |
attribute double loopStart; |