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

Unified Diff: modules/webaudio/OscillatorNode.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « modules/webaudio/OfflineAudioContext.idl ('k') | modules/webaudio/PannerNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webaudio/OscillatorNode.idl
diff --git a/modules/webaudio/OscillatorNode.idl b/modules/webaudio/OscillatorNode.idl
index 0b5962a39bd7a81c748766e27b65d80560a44625..7cbe29dbd3070fc80d1ff7c3eb03cfbaf1a5569f 100644
--- a/modules/webaudio/OscillatorNode.idl
+++ b/modules/webaudio/OscillatorNode.idl
@@ -34,7 +34,7 @@
const unsigned short TRIANGLE = 3;
const unsigned short CUSTOM = 4;
- [CustomSetter] attribute DOMString type;
+ [Custom=Setter] attribute DOMString type;
// Playback state constants.
const unsigned short UNSCHEDULED_STATE = 0;
« no previous file with comments | « modules/webaudio/OfflineAudioContext.idl ('k') | modules/webaudio/PannerNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698