| Index: LayoutTests/webaudio/up-mixing-stereo-51.html
|
| diff --git a/LayoutTests/webaudio/up-mixing-stereo-51.html b/LayoutTests/webaudio/up-mixing-stereo-51.html
|
| index 415aea1a0de9d2a76fe6978548549f2412428645..4339cce0c4936fb528479bb0b6e813ddfdb7fba8 100644
|
| --- a/LayoutTests/webaudio/up-mixing-stereo-51.html
|
| +++ b/LayoutTests/webaudio/up-mixing-stereo-51.html
|
| @@ -23,7 +23,7 @@ function runTest() {
|
|
|
| // Create offline audio context
|
| var sampleRate = 44100.0;
|
| - var context = new webkitOfflineAudioContext(6, sampleRate * toneLengthSeconds, sampleRate);
|
| + var context = new OfflineAudioContext(6, sampleRate * toneLengthSeconds, sampleRate);
|
| var toneBuffer = createToneBuffer(context, 440, toneLengthSeconds, 2);
|
|
|
| var source = context.createBufferSource();
|
|
|