Index: Source/modules/webaudio/AudioNodeInput.h |
diff --git a/Source/modules/webaudio/AudioNodeInput.h b/Source/modules/webaudio/AudioNodeInput.h |
index 9f171a26ecf9771f2cae56b0d12556d4bfdc66fe..8952863d5549611c8babb0049cfa1b4c518dd304 100644 |
--- a/Source/modules/webaudio/AudioNodeInput.h |
+++ b/Source/modules/webaudio/AudioNodeInput.h |
@@ -40,7 +40,7 @@ class AudioNodeOutput; |
// In the case of multiple connections, the input will act as a unity-gain summing junction, mixing all the outputs. |
// The number of channels of the input's bus is the maximum of the number of channels of all its connections. |
-class AudioNodeInput : public AudioSummingJunction { |
+class AudioNodeInput FINAL : public AudioSummingJunction { |
public: |
explicit AudioNodeInput(AudioNode*); |