Make AudioBufferSourceNode.buffer nullable
authorEhsan Akhgari <ehsan@mozilla.com>
Wed, 26 Sep 2012 18:22:36 -0400
changeset 163 4b8ced7d6bb7
parent 162 aea45daa1200
child 164 43bd2c110478
Make AudioBufferSourceNode.buffer nullable
webaudio/specification.html
--- a/webaudio/specification.html	Tue Sep 25 12:56:14 2012 -0700
+++ b/webaudio/specification.html	Wed Sep 26 18:22:36 2012 -0400
@@ -1845,7 +1845,7 @@
 
     <span class="comment">// Playback this in-memory audio asset  </span>
     <span class="comment">// Many sources can share the same buffer  </span>
-    attribute AudioBuffer buffer;
+    attribute AudioBuffer? buffer;
 
     attribute AudioParam playbackRate;
     attribute boolean loop;