| Index: Source/platform/audio/Distance.h
|
| diff --git a/Source/platform/audio/Distance.h b/Source/platform/audio/Distance.h
|
| index a2263d36dc4b6c912cef701b4c31d7e37cfd409c..cf2f487d1980927bfb99d2b7d91278d370f66914 100644
|
| --- a/Source/platform/audio/Distance.h
|
| +++ b/Source/platform/audio/Distance.h
|
| @@ -31,7 +31,7 @@
|
|
|
| #include "platform/PlatformExport.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Distance models are defined according to the OpenAL specification:
|
| // http://connect.creativelabs.com/openal/Documentation/OpenAL%201.1%20Specification.htm.
|
| @@ -78,6 +78,6 @@ protected:
|
| double m_rolloffFactor;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // Distance_h
|
|
|