| Index: LayoutTests/webaudio/resources/oscillator-testing.js
|
| diff --git a/LayoutTests/webaudio/resources/oscillator-testing.js b/LayoutTests/webaudio/resources/oscillator-testing.js
|
| index 158306aacd50d4ce060cda5e73794e336fd91041..ae01db8131b16418d5af9a788a2f5e64f72d2fe8 100644
|
| --- a/LayoutTests/webaudio/resources/oscillator-testing.js
|
| +++ b/LayoutTests/webaudio/resources/oscillator-testing.js
|
| @@ -27,7 +27,7 @@ var OSC = {
|
|
|
| function generateExponentialOscillatorSweep(oscillatorType) {
|
| // Create offline audio context.
|
| - context = new webkitOfflineAudioContext(1, sampleRate * lengthInSeconds, sampleRate);
|
| + context = new OfflineAudioContext(1, sampleRate * lengthInSeconds, sampleRate);
|
|
|
| var osc = context.createOscillator();
|
| if (oscillatorType == OSC.CUSTOM) {
|
|
|