Index: third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.h b/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.h |
index e6d1699f3c40179e18af08bf0bd9e3222822cb1e..bd4a7812857275da8d1a22646178a2413ec6e17e 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.h |
+++ b/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.h |
@@ -43,6 +43,7 @@ class ConstantSourceHandler final : public AudioScheduledSourceHandler { |
}; |
class ConstantSourceNode final : public AudioScheduledSourceNode { |
+ USING_GARBAGE_COLLECTED_MIXIN(ConstantSourceNode); |
hongchan
2016/12/01 00:11:22
Just curious - so this only can be set up in the t
Raymond Toy
2016/12/01 18:48:32
Removed here and for OscillatorNode.
I will have
|
DEFINE_WRAPPERTYPEINFO(); |
public: |