Title: [192405] trunk/Source/WebCore
Revision
192405
Author
timothy_hor...@apple.com
Date
2015-11-12 19:37:39 -0800 (Thu, 12 Nov 2015)

Log Message

Follow up to the previous change

* platform/spi/cocoa/QuartzCoreSPI.h:
Somehow this escaped.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (192404 => 192405)


--- trunk/Source/WebCore/ChangeLog	2015-11-13 03:35:16 UTC (rev 192404)
+++ trunk/Source/WebCore/ChangeLog	2015-11-13 03:37:39 UTC (rev 192405)
@@ -1,5 +1,12 @@
 2015-11-12  Tim Horton  <timothy_hor...@apple.com>
 
+        Follow up to the previous change
+
+        * platform/spi/cocoa/QuartzCoreSPI.h:
+        Somehow this escaped.
+
+2015-11-12  Tim Horton  <timothy_hor...@apple.com>
+
         Try to fix the Watch/TV build
 
         * platform/spi/cocoa/QuartzCoreSPI.h:

Modified: trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h (192404 => 192405)


--- trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h	2015-11-13 03:35:16 UTC (rev 192404)
+++ trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h	2015-11-13 03:37:39 UTC (rev 192405)
@@ -196,7 +196,7 @@
 EXTERN_C NSString * const kCAContextDisplayId;
 EXTERN_C NSString * const kCAContextIgnoresHitTest;
 
-#if (TARGET_OS_IOS && __IPHONE_OS_VERSION_MAX_ALLOWED < 100000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED < 101200)
+#if (PLATFORM(IOS) && TARGET_OS_IOS && __IPHONE_OS_VERSION_MAX_ALLOWED < 100000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED < 101200)
 @protocol CALayerDelegate <NSObject>
 @end
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to