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

Unified Diff: LayoutTests/webaudio/resources/scriptprocessornode-testing.js

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/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);
« no previous file with comments | « LayoutTests/webaudio/resources/oscillator-testing.js ('k') | LayoutTests/webaudio/resources/waveshaper-testing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698