| Index: Source/modules/webaudio/ChannelSplitterNode.h
|
| diff --git a/Source/modules/webaudio/ChannelSplitterNode.h b/Source/modules/webaudio/ChannelSplitterNode.h
|
| index a615864e4628f5779254ce4ff472d27a832e4082..2736d557bf2119b4f81c406f8983006bd9c3a455 100644
|
| --- a/Source/modules/webaudio/ChannelSplitterNode.h
|
| +++ b/Source/modules/webaudio/ChannelSplitterNode.h
|
| @@ -34,7 +34,7 @@ class AudioContext;
|
|
|
| class ChannelSplitterNode FINAL : public AudioNode {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<ChannelSplitterNode> create(AudioContext*, float sampleRate, unsigned numberOfOutputs);
|
| + static ChannelSplitterNode* create(AudioContext*, float sampleRate, unsigned numberOfOutputs);
|
|
|
| // AudioNode
|
| virtual void process(size_t framesToProcess) OVERRIDE;
|
|
|