| Index: Source/modules/webaudio/ChannelMergerNode.h
 | 
| diff --git a/Source/modules/webaudio/ChannelMergerNode.h b/Source/modules/webaudio/ChannelMergerNode.h
 | 
| index 7cd2170dca22814ca592999bef0a2644ca9c2c7b..ea62eff3175011c8ae959a6d905652ad30dbac33 100644
 | 
| --- a/Source/modules/webaudio/ChannelMergerNode.h
 | 
| +++ b/Source/modules/webaudio/ChannelMergerNode.h
 | 
| @@ -38,7 +38,7 @@ class AudioContext;
 | 
|  
 | 
|  class ChannelMergerNode FINAL : public AudioNode {
 | 
|  public:
 | 
| -    static PassRefPtr<ChannelMergerNode> create(AudioContext*, float sampleRate, unsigned numberOfInputs);
 | 
| +    static PassRefPtrWillBeRawPtr<ChannelMergerNode> create(AudioContext*, float sampleRate, unsigned numberOfInputs);
 | 
|  
 | 
|      // AudioNode
 | 
|      virtual void process(size_t framesToProcess) OVERRIDE;
 | 
| 
 |