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

Unified Diff: Source/modules/webaudio/OscillatorNode.idl

Issue 707753006: Remove noteOn and noteOff methods from OscillatorNode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/dom-exceptions-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/OscillatorNode.idl
diff --git a/Source/modules/webaudio/OscillatorNode.idl b/Source/modules/webaudio/OscillatorNode.idl
index 823d20ed521bc213fc191c4adf9eca9f46818ff9..2657c898aca4251b608f9a571b17e0b19bf75bd2 100644
--- a/Source/modules/webaudio/OscillatorNode.idl
+++ b/Source/modules/webaudio/OscillatorNode.idl
@@ -43,9 +43,6 @@ enum OscillatorType {
[RaisesException] void start(optional double when);
[RaisesException] void stop(optional double when);
- [RaisesException, ImplementedAs=start] void noteOn(double when);
- [RaisesException, ImplementedAs=stop] void noteOff(double when);
-
void setPeriodicWave(PeriodicWave periodicWave);
attribute EventHandler onended;
« no previous file with comments | « LayoutTests/webaudio/dom-exceptions-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698