| Index: Source/core/platform/audio/mac/FFTFrameMac.cpp
|
| diff --git a/Source/core/platform/audio/mac/FFTFrameMac.cpp b/Source/core/platform/audio/mac/FFTFrameMac.cpp
|
| index 802117e6754b752365d9d0f828a99713dc6dca36..344f953ac6ad255bae1ee54b31d00ddb9a874ca3 100644
|
| --- a/Source/core/platform/audio/mac/FFTFrameMac.cpp
|
| +++ b/Source/core/platform/audio/mac/FFTFrameMac.cpp
|
| @@ -32,7 +32,7 @@
|
|
|
| #if ENABLE(WEB_AUDIO)
|
|
|
| -#if OS(DARWIN) && !USE(WEBAUDIO_FFMPEG)
|
| +#if OS(MACOSX) && !USE(WEBAUDIO_FFMPEG)
|
|
|
| #include "core/platform/audio/FFTFrame.h"
|
|
|
| @@ -188,6 +188,6 @@ float* FFTFrame::imagData() const
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // #if OS(DARWIN) && !USE(WEBAUDIO_FFMPEG)
|
| +#endif // #if OS(MACOSX) && !USE(WEBAUDIO_FFMPEG)
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|