Index: Source/modules/webaudio/ChannelMergerNode.h |
diff --git a/Source/modules/webaudio/ChannelMergerNode.h b/Source/modules/webaudio/ChannelMergerNode.h |
index db5a70252946905d15ba233941178ced83d0cd0f..a15b6fa5122fd2b243adf3c4f59eebba9d8fdfd5 100644 |
--- a/Source/modules/webaudio/ChannelMergerNode.h |
+++ b/Source/modules/webaudio/ChannelMergerNode.h |
@@ -35,7 +35,7 @@ |
namespace WebCore { |
class AudioContext; |
- |
+ |
class ChannelMergerNode : public AudioNode { |
public: |
static PassRefPtr<ChannelMergerNode> create(AudioContext*, float sampleRate, unsigned numberOfInputs); |