| Index: third_party/WebKit/Source/modules/webaudio/ConvolverNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h b/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h
|
| index 6ce4f7fddf12ce6da7153295a63bd29d062ec622..b87197ece9675be86781a1b5b78d01dc59b51dff 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h
|
| @@ -65,7 +65,8 @@ class MODULES_EXPORT ConvolverHandler final : public AudioHandler {
|
| // ConvolverNode.
|
| Persistent<AudioBuffer> m_buffer;
|
|
|
| - // This synchronizes dynamic changes to the convolution impulse response with process().
|
| + // This synchronizes dynamic changes to the convolution impulse response with
|
| + // process().
|
| mutable Mutex m_processLock;
|
|
|
| // Normalize the impulse response or not. Must default to true.
|
|
|