| Index: third_party/WebKit/Source/modules/webaudio/AudioListener.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp b/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp
|
| index afcef8276fe1b03aa203aa114d1d099933983020..c93ecf785e145cd04f20054d32e69bfcfdd26d3a 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioListener.cpp
|
| @@ -63,8 +63,8 @@ AudioListener::AudioListener(BaseAudioContext& context)
|
| m_upXValues(AudioUtilities::kRenderQuantumFrames),
|
| m_upYValues(AudioUtilities::kRenderQuantumFrames),
|
| m_upZValues(AudioUtilities::kRenderQuantumFrames) {
|
| - // Initialize the cached values with the current values. Thus, we don't need to notify any
|
| - // panners because we haved moved.
|
| + // Initialize the cached values with the current values. Thus, we don't need
|
| + // to notify any panners because we haved moved.
|
| m_lastPosition = position();
|
| m_lastForward = orientation();
|
| m_lastUp = upVector();
|
|
|