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

Unified Diff: LayoutTests/webaudio/oscillator-custom.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: 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
Index: LayoutTests/webaudio/oscillator-custom.html
diff --git a/LayoutTests/webaudio/oscillator-custom.html b/LayoutTests/webaudio/oscillator-custom.html
index 89c75a1728ef6b174b114fbfed2e6e9114062de9..a87e003002efb3fba25140cd14cd9b6c1a9778b5 100644
--- a/LayoutTests/webaudio/oscillator-custom.html
+++ b/LayoutTests/webaudio/oscillator-custom.html
@@ -21,7 +21,7 @@ function init() {
if (!window.testRunner)
return;
- generateExponentialOscillatorSweep(OSC.CUSTOM);
+ generateExponentialOscillatorSweep("custom");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698