Title: [181958] trunk/Source/WebCore
Revision
181958
Author
[email protected]
Date
2015-03-25 06:51:29 -0700 (Wed, 25 Mar 2015)

Log Message

iOS Simulator build fix.

* platform/spi/cocoa/IOSurfaceSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (181957 => 181958)


--- trunk/Source/WebCore/ChangeLog	2015-03-25 12:56:12 UTC (rev 181957)
+++ trunk/Source/WebCore/ChangeLog	2015-03-25 13:51:29 UTC (rev 181958)
@@ -1,3 +1,9 @@
+2015-03-25  Dan Bernstein  <[email protected]>
+
+        iOS Simulator build fix.
+
+        * platform/spi/cocoa/IOSurfaceSPI.h:
+
 2015-03-25  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r181932.

Modified: trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h (181957 => 181958)


--- trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h	2015-03-25 12:56:12 UTC (rev 181957)
+++ trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h	2015-03-25 13:51:29 UTC (rev 181958)
@@ -26,6 +26,8 @@
 #ifndef IOSurfaceSPI_h
 #define IOSurfaceSPI_h
 
+#if !PLATFORM(IOS_SIMULATOR)
+
 #if PLATFORM(MAC) || USE(APPLE_INTERNAL_SDK)
 
 #include <IOSurface/IOSurface.h>
@@ -92,4 +94,6 @@
 
 WTF_EXTERN_C_END
 
+#endif
+
 #endif // IOSurfaceSPI_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to