Index: Source/modules/webaudio/AudioNodeOutput.h |
diff --git a/Source/modules/webaudio/AudioNodeOutput.h b/Source/modules/webaudio/AudioNodeOutput.h |
index 0e0f320f6b60bd95ecf10966a2ef2fdf2d25ad51..e68280c5260391b5ba5113aa6cb7ea1cc2e486d4 100644 |
--- a/Source/modules/webaudio/AudioNodeOutput.h |
+++ b/Source/modules/webaudio/AudioNodeOutput.h |
@@ -96,7 +96,7 @@ private: |
Member<AudioNode> m_node; |
friend class AudioNodeInput; |
- friend class AudioParam; |
+ friend class AudioParamHandler; |
// These are called from AudioNodeInput. |
// They must be called with the context's graph lock. |