| Index: Source/modules/webaudio/AudioSourceNode.h
|
| diff --git a/Source/modules/webaudio/AudioSourceNode.h b/Source/modules/webaudio/AudioSourceNode.h
|
| index 75feeb4080a62a191431a4b405aa524d2455a51a..27403f6b8614c1228ba16a137cb0db2e23634585 100644
|
| --- a/Source/modules/webaudio/AudioSourceNode.h
|
| +++ b/Source/modules/webaudio/AudioSourceNode.h
|
| @@ -34,6 +34,7 @@
|
| namespace blink {
|
|
|
| class AudioSourceNode : public AudioNode {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| AudioSourceNode(AudioContext* context, float sampleRate)
|
| : AudioNode(context, sampleRate)
|
|
|