Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webaudio / ChannelMergerNode.h
index a975057..e2b3fe1 100644 (file)
@@ -37,8 +37,9 @@ namespace blink {
 class AudioContext;
 
 class ChannelMergerNode FINAL : public AudioNode {
+    DEFINE_WRAPPERTYPEINFO();
 public:
-    static PassRefPtrWillBeRawPtr<ChannelMergerNode> create(AudioContext*, float sampleRate, unsigned numberOfInputs);
+    static ChannelMergerNode* create(AudioContext*, float sampleRate, unsigned numberOfInputs);
 
     // AudioNode
     virtual void process(size_t framesToProcess) OVERRIDE;