Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1058)

Unified Diff: Source/core/platform/audio/mac/FFTFrameMac.cpp

Issue 14107015: Rename OS(DARWIN) to OS(MACOSX). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp ('k') | Source/core/platform/chromium/PlatformKeyboardEventChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698