| Index: Source/modules/webaudio/OfflineAudioCompletionEvent.idl
|
| diff --git a/Source/modules/webaudio/OfflineAudioCompletionEvent.idl b/Source/modules/webaudio/OfflineAudioCompletionEvent.idl
|
| index a3fbc728ad0b613de521aa9846030f196344fcb2..6529fac62ac036e05bd2046f4ad5bcdcaeb65913 100644
|
| --- a/Source/modules/webaudio/OfflineAudioCompletionEvent.idl
|
| +++ b/Source/modules/webaudio/OfflineAudioCompletionEvent.idl
|
| @@ -22,8 +22,6 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=WEB_AUDIO
|
| -] interface OfflineAudioCompletionEvent : Event {
|
| +interface OfflineAudioCompletionEvent : Event {
|
| readonly attribute AudioBuffer renderedBuffer;
|
| };
|
|
|