| Index: third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp b/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| index 7266d99dbfd155fbdabb4d2fa9b9d9196abfe493..bda4801ce36d9e3b5f0b6c93f0ceecc924da43d8 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| @@ -446,7 +446,7 @@ WebMediaTrackConstraintSet::WebMediaTrackConstraintSet()
|
| , googExperimentalEchoCancellation("googExperimentalEchoCancellation")
|
| , googAutoGainControl("googAutoGainControl")
|
| , googExperimentalAutoGainControl("googExperimentalAutoGainControl")
|
| - , googNoiseSuppression("gogNoiseSuppression")
|
| + , googNoiseSuppression("googNoiseSuppression")
|
| , googHighpassFilter("googHighpassFilter")
|
| , googTypingNoiseDetection("googTypingNoiseDetection")
|
| , googExperimentalNoiseSuppression("googExperimentalNoiseSuppression")
|
|
|