| Index: LayoutTests/webaudio/audiobuffersource-playbackrate.html
|
| diff --git a/LayoutTests/webaudio/audiobuffersource-playbackrate.html b/LayoutTests/webaudio/audiobuffersource-playbackrate.html
|
| index 574d4718dcf8d0b47be921cb6ac3d47e8396a49a..d1ca700d06f58e15921ccbcb0c34a437a344c9ae 100644
|
| --- a/LayoutTests/webaudio/audiobuffersource-playbackrate.html
|
| +++ b/LayoutTests/webaudio/audiobuffersource-playbackrate.html
|
| @@ -71,7 +71,7 @@ function init() {
|
| return;
|
|
|
| // Create offline audio context.
|
| - context = new webkitOfflineAudioContext(2, sampleRate * lengthInSeconds, sampleRate);
|
| + context = new OfflineAudioContext(2, sampleRate * lengthInSeconds, sampleRate);
|
|
|
| // Create a single cycle of a sine wave.
|
| // We'll loop this to play notes of a given duration, at a given playback rate.
|
|
|