Title: [201764] trunk/Source/WebCore
Revision
201764
Author
wei...@apple.com
Date
2016-06-07 12:22:29 -0700 (Tue, 07 Jun 2016)

Log Message

Try to fix the 10.10 build.

* platform/spi/cocoa/QuartzCoreSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (201763 => 201764)


--- trunk/Source/WebCore/ChangeLog	2016-06-07 18:56:01 UTC (rev 201763)
+++ trunk/Source/WebCore/ChangeLog	2016-06-07 19:22:29 UTC (rev 201764)
@@ -1,3 +1,9 @@
+2016-06-07  Sam Weinig  <s...@webkit.org>
+
+        Try to fix the 10.10 build.
+
+        * platform/spi/cocoa/QuartzCoreSPI.h:
+
 2016-06-06  Alex Christensen  <achristen...@webkit.org>
 
         Modernize loading code

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


--- trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h	2016-06-07 18:56:01 UTC (rev 201763)
+++ trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h	2016-06-07 19:22:29 UTC (rev 201764)
@@ -141,7 +141,7 @@
 @property BOOL inheritsSecurity;
 @end
 
-#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED <= 101000
+#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED < 101100
 @interface CASpringAnimation : CABasicAnimation 
 @property CGFloat mass;
 @property CGFloat stiffness;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to