Bug 861021 - Mark AudioBufferSourceNode.playbackRate as not-addrefed; r=bzbarsky

This commit is contained in:
Ehsan Akhgari 2013-04-11 21:44:42 -04:00
parent 5b883af53d
commit 94759aeec1

View File

@ -111,6 +111,7 @@ DOMInterfaces = {
'AudioBufferSourceNode': {
'implicitJSContext': [ 'start' ],
'resultNotAddRefed': [ 'playbackRate' ],
'wrapperCache': False
},