| Index: LayoutTests/webaudio/mixing.html
|
| diff --git a/LayoutTests/webaudio/mixing.html b/LayoutTests/webaudio/mixing.html
|
| index 94bd4bcd975505a694b4d1b1221fb62a26137f7c..d3596ebd1be0ba407b0d71a620c80834db272355 100644
|
| --- a/LayoutTests/webaudio/mixing.html
|
| +++ b/LayoutTests/webaudio/mixing.html
|
| @@ -28,7 +28,7 @@ function init() {
|
| return;
|
|
|
| // Create offline audio context.
|
| - context = new webkitOfflineAudioContext(2, sampleRate * lengthInSeconds, sampleRate);
|
| + context = new OfflineAudioContext(2, sampleRate * lengthInSeconds, sampleRate);
|
|
|
| bufferLoader = new BufferLoader(
|
| context,
|
|
|