Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: LayoutTests/webaudio/audiobuffersource-playbackrate.html

Issue 208943004: Update WebAudio layout tests to use unprefixed AudioContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add console.log to compatibility.js Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « LayoutTests/webaudio/audiobuffersource-playbackState.html ('k') | LayoutTests/webaudio/audiobuffersource-start.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698