Index: Source/modules/webaudio/PannerNode.h |
diff --git a/Source/modules/webaudio/PannerNode.h b/Source/modules/webaudio/PannerNode.h |
index 3f5ef90618a2ba36a15dfe43c0675e7e40552d7f..edbc9bee2142db08449e2ecfcc11850609a32153 100644 |
--- a/Source/modules/webaudio/PannerNode.h |
+++ b/Source/modules/webaudio/PannerNode.h |
@@ -176,8 +176,8 @@ private: |
// AudioContext's connection count |
unsigned m_connectionCount; |
- // Synchronize process() and setPanningModel() which can change the panner. |
- mutable Mutex m_pannerLock; |
+ // Synchronize process() with setting of the panning model, distance model and caching of the source location/orientation info. |
+ mutable Mutex m_processLock; |
}; |
} // namespace WebCore |