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

Unified Diff: third_party/WebCore/Modules/webaudio/Oscillator.idl

Issue 10831389: Roll IDL to mutlivm@775. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « third_party/WebCore/Modules/webaudio/MediaStreamAudioSourceNode.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/Modules/webaudio/Oscillator.idl
diff --git a/third_party/WebCore/Modules/webaudio/Oscillator.idl b/third_party/WebCore/Modules/webaudio/Oscillator.idl
index fb68e401c1341e469a6a2682c96767c1c924c3d8..f8e2a8892ae38532f2d5ee92b58d1158a9ea0c07 100644
--- a/third_party/WebCore/Modules/webaudio/Oscillator.idl
+++ b/third_party/WebCore/Modules/webaudio/Oscillator.idl
@@ -36,7 +36,8 @@ module audio {
const unsigned short TRIANGLE = 3;
const unsigned short CUSTOM = 4;
- attribute unsigned short type;
+ attribute unsigned short type
+ setter raises(DOMException);
// Playback state constants.
const unsigned short UNSCHEDULED_STATE = 0;
« no previous file with comments | « third_party/WebCore/Modules/webaudio/MediaStreamAudioSourceNode.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698