Index: third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl |
diff --git a/third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl b/third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl |
index cc45bbb591fe9367e9510e5acc8b2bfefae0416f..7b98f52faae528ec47f1a40ab5ae4a9b48534dec 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl |
@@ -24,6 +24,9 @@ |
// PeriodicWave represents a periodic audio waveform given by its Fourier coefficients. |
[ |
-] interface PeriodicWave { |
+ Constructor(BaseAudioContext context, optional PeriodicWaveOptions options), |
+ RaisesException=Constructor, |
+] |
+interface PeriodicWave { |
}; |