| Index: LayoutTests/webaudio/audiobuffersource-loop-points.html
|
| diff --git a/LayoutTests/webaudio/audiobuffersource-loop-points.html b/LayoutTests/webaudio/audiobuffersource-loop-points.html
|
| index c303a7fc411221e55ea248989c1e65b4fdd541c4..1b7ccd26d26dca6863f8eedffd93cd2b653d7275 100644
|
| --- a/LayoutTests/webaudio/audiobuffersource-loop-points.html
|
| +++ b/LayoutTests/webaudio/audiobuffersource-loop-points.html
|
| @@ -82,7 +82,7 @@ function init() {
|
| return;
|
|
|
| // Create offline audio context.
|
| - context = new webkitOfflineAudioContext(2, sampleRate * lengthInSeconds, sampleRate);
|
| + context = new OfflineAudioContext(2, sampleRate * lengthInSeconds, sampleRate);
|
|
|
| // Create the test buffer.
|
| // We'll loop this with the loop-points set for the 2nd half of this buffer.
|
|
|