| Index: Source/platform/audio/HRTFDatabase.cpp
|
| diff --git a/Source/platform/audio/HRTFDatabase.cpp b/Source/platform/audio/HRTFDatabase.cpp
|
| index 3dc5100007e43a13fac213bcc977a7207f1510e0..fe9e82dda50a770ec0c1c92b1b493f1990901a66 100644
|
| --- a/Source/platform/audio/HRTFDatabase.cpp
|
| +++ b/Source/platform/audio/HRTFDatabase.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| const int HRTFDatabase::MinElevation = -45;
|
| const int HRTFDatabase::MaxElevation = 90;
|
| @@ -118,6 +118,6 @@ unsigned HRTFDatabase::indexFromElevationAngle(double elevationAngle)
|
| return elevationIndex;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|