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

Unified Diff: LayoutTests/webaudio/oscillator-triangle.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-square.html ('k') | LayoutTests/webaudio/resources/oscillator-testing.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/oscillator-triangle.html
diff --git a/LayoutTests/webaudio/oscillator-triangle.html b/LayoutTests/webaudio/oscillator-triangle.html
index eb7e72457719b921a1377761cd1170c53e9bf3be..bee5cfea74818015b2d1f94c6467c9522772f5aa 100644
--- a/LayoutTests/webaudio/oscillator-triangle.html
+++ b/LayoutTests/webaudio/oscillator-triangle.html
@@ -21,7 +21,7 @@ function init() {
if (!window.testRunner)
return;
- generateExponentialOscillatorSweep(OSC.TRIANGLE);
+ generateExponentialOscillatorSweep("triangle");
}
</script>
« no previous file with comments | « LayoutTests/webaudio/oscillator-square.html ('k') | LayoutTests/webaudio/resources/oscillator-testing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698