Mark the AudioParam members as readonly
authorEhsan Akhgari <ehsan@mozilla.com>
Tue, 30 Oct 2012 20:29:48 -0400
changeset 197 c4c6435ac4ee
parent 196 bef71fc2f4ea
child 198 46c470599a4b
Mark the AudioParam members as readonly
webaudio/specification.html
--- a/webaudio/specification.html	Tue Oct 30 20:24:52 2012 -0400
+++ b/webaudio/specification.html	Tue Oct 30 20:29:48 2012 -0400
@@ -1702,7 +1702,7 @@
 
 interface <dfn id="dfn-GainNode">GainNode</dfn> : AudioNode {
 
-    attribute AudioParam gain;
+    readonly attribute AudioParam gain;
 
 };
 </code></pre>
@@ -1746,7 +1746,7 @@
 
 interface <dfn id="dfn-DelayNode">DelayNode</dfn> : AudioNode {
 
-    attribute AudioParam delayTime;
+    readonly attribute AudioParam delayTime;
 
 };
 </code></pre>