| Index: Source/modules/webaudio/AudioBuffer.h
|
| diff --git a/Source/modules/webaudio/AudioBuffer.h b/Source/modules/webaudio/AudioBuffer.h
|
| index 9ce3eb7de57553f769a4783cdb905c4871cde266..30f6998fb3ef09d136109d44973bc673cb4c2c91 100644
|
| --- a/Source/modules/webaudio/AudioBuffer.h
|
| +++ b/Source/modules/webaudio/AudioBuffer.h
|
| @@ -41,6 +41,7 @@ class AudioBus;
|
| class ExceptionState;
|
|
|
| class AudioBuffer : public GarbageCollectedFinalized<AudioBuffer>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static AudioBuffer* create(unsigned numberOfChannels, size_t numberOfFrames, float sampleRate);
|
| static AudioBuffer* create(unsigned numberOfChannels, size_t numberOfFrames, float sampleRate, ExceptionState&);
|
|
|