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

Unified Diff: LayoutTests/webaudio/oscillator-square.html

Issue 209423006: WebAudio: Remove legacy support for numerical values for Oscillator types. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 8 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/oscillator-sine.html ('k') | LayoutTests/webaudio/oscillator-triangle.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/oscillator-square.html
diff --git a/LayoutTests/webaudio/oscillator-square.html b/LayoutTests/webaudio/oscillator-square.html
index adc3d6ab2f9dae0ab5420ac70c276727d70c3dd4..52b74afa69a2ebfd0a0931b23eb3afeb35491b80 100644
--- a/LayoutTests/webaudio/oscillator-square.html
+++ b/LayoutTests/webaudio/oscillator-square.html
@@ -21,7 +21,7 @@ function init() {
if (!window.testRunner)
return;
- generateExponentialOscillatorSweep(OSC.SQUARE);
+ generateExponentialOscillatorSweep("square");
}
</script>
« no previous file with comments | « LayoutTests/webaudio/oscillator-sine.html ('k') | LayoutTests/webaudio/oscillator-triangle.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698