| 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;
|
|
|