| Index: LayoutTests/webaudio/resources/scriptprocessornode-testing.js
|
| diff --git a/LayoutTests/webaudio/resources/scriptprocessornode-testing.js b/LayoutTests/webaudio/resources/scriptprocessornode-testing.js
|
| index 61da6b11b47761e8fc53b1a02a6ffded7fa1150d..a94c6e959815169a88cf5b0588f877a7583d9be6 100644
|
| --- a/LayoutTests/webaudio/resources/scriptprocessornode-testing.js
|
| +++ b/LayoutTests/webaudio/resources/scriptprocessornode-testing.js
|
| @@ -65,7 +65,7 @@ function checkStereoOnlyData(buffer, numberOfChannels, length) {
|
| function runJSNodeTest()
|
| {
|
| // Create offline audio context.
|
| - context = new webkitOfflineAudioContext(2, renderLengthInFrames, sampleRate);
|
| + context = new OfflineAudioContext(2, renderLengthInFrames, sampleRate);
|
|
|
| var sourceBuffer = createBuffer(context, sourceChannels, renderLengthInFrames);
|
|
|
|
|