Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(590)

Unified Diff: modules/webaudio/OscillatorNode.idl

Issue 9418050: IDL roll to multivm@1242 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/webaudio/OscillatorNode.idl
diff --git a/modules/webaudio/OscillatorNode.idl b/modules/webaudio/OscillatorNode.idl
index 7a93ea9959a5e0ecfd8013fcd352a7bd0f73bb00..158d0c36eff238461b3c4565a42dce54befc0a3a 100644
--- a/modules/webaudio/OscillatorNode.idl
+++ b/modules/webaudio/OscillatorNode.idl
@@ -50,10 +50,8 @@
void start(double when);
void stop(double when);
-#if defined(ENABLE_LEGACY_WEB_AUDIO) && ENABLE_LEGACY_WEB_AUDIO
void noteOn(double when);
void noteOff(double when);
-#endif
void setWaveTable(WaveTable waveTable);

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b