Title: [161694] trunk/Source/WebCore
Revision
161694
Author
simon.fra...@apple.com
Date
2014-01-10 16:19:53 -0800 (Fri, 10 Jan 2014)

Log Message

Fix the iOS build.

* platform/audio/mac/MediaSessionManagerMac.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161693 => 161694)


--- trunk/Source/WebCore/ChangeLog	2014-01-11 00:17:20 UTC (rev 161693)
+++ trunk/Source/WebCore/ChangeLog	2014-01-11 00:19:53 UTC (rev 161694)
@@ -1,5 +1,11 @@
 2014-01-10  Simon Fraser  <simon.fra...@apple.com>
 
+        Fix the iOS build.
+
+        * platform/audio/mac/MediaSessionManagerMac.cpp:
+
+2014-01-10  Simon Fraser  <simon.fra...@apple.com>
+
         iOS doesn't have <OpenGL/gl.h>; fix iOS build.
 
         * platform/graphics/opengl/TemporaryOpenGLSetting.cpp:

Modified: trunk/Source/WebCore/platform/audio/mac/MediaSessionManagerMac.cpp (161693 => 161694)


--- trunk/Source/WebCore/platform/audio/mac/MediaSessionManagerMac.cpp	2014-01-11 00:17:20 UTC (rev 161693)
+++ trunk/Source/WebCore/platform/audio/mac/MediaSessionManagerMac.cpp	2014-01-11 00:19:53 UTC (rev 161694)
@@ -36,7 +36,7 @@
 
 static const size_t kWebAudioBufferSize = 128;
 
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
+#if PLATFORM(IOS) ||__MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
 static const size_t kLowPowerVideoBufferSize = 4096;
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to