| Index: LayoutTests/webaudio/resources/waveshaper-testing.js
|
| diff --git a/LayoutTests/webaudio/resources/waveshaper-testing.js b/LayoutTests/webaudio/resources/waveshaper-testing.js
|
| index 4f90e750da38c54c5b1cadb1a1e3ecc257e6b6c2..923bb7dd5cc99b7d481b30abe27d4bcac4672990 100644
|
| --- a/LayoutTests/webaudio/resources/waveshaper-testing.js
|
| +++ b/LayoutTests/webaudio/resources/waveshaper-testing.js
|
| @@ -154,7 +154,7 @@ function runWaveShaperOversamplingTest(testParams) {
|
|
|
| // Create offline audio context.
|
| var numberOfRenderFrames = sampleRate * lengthInSeconds;
|
| - context = new webkitOfflineAudioContext(1, numberOfRenderFrames, sampleRate);
|
| + context = new OfflineAudioContext(1, numberOfRenderFrames, sampleRate);
|
|
|
| // source -> waveshaper -> destination
|
| var source = context.createBufferSource();
|
|
|