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

Unified Diff: LayoutTests/webaudio/test-basic.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
« no previous file with comments | « LayoutTests/webaudio/stereo2mono-down-mixing.html ('k') | LayoutTests/webaudio/up-mixing-mono-51.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/test-basic.html
diff --git a/LayoutTests/webaudio/test-basic.html b/LayoutTests/webaudio/test-basic.html
index 3dcde366aa3e96c88375662472696a8fc5da8c1d..74571faac58c3d803762e60eecbb79e476a877fc 100644
--- a/LayoutTests/webaudio/test-basic.html
+++ b/LayoutTests/webaudio/test-basic.html
@@ -39,7 +39,7 @@ function runTest() {
if (!window.testRunner)
return;
- var context = new webkitAudioContext();
+ var context = new AudioContext();
var audioBuffer = context.createBuffer(2, lengthInSeconds * sampleRate, sampleRate);
generateSinWave(audioBuffer);
« no previous file with comments | « LayoutTests/webaudio/stereo2mono-down-mixing.html ('k') | LayoutTests/webaudio/up-mixing-mono-51.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698