Title: [175200] trunk/Source/WebCore
Revision
175200
Author
m...@apple.com
Date
2014-10-25 12:21:12 -0700 (Sat, 25 Oct 2014)

Log Message

Fix builds using the public SDK.

* platform/spi/cocoa/NSExtensionSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (175199 => 175200)


--- trunk/Source/WebCore/ChangeLog	2014-10-25 19:10:28 UTC (rev 175199)
+++ trunk/Source/WebCore/ChangeLog	2014-10-25 19:21:12 UTC (rev 175200)
@@ -1,3 +1,9 @@
+2014-10-25  Dan Bernstein  <m...@apple.com>
+
+        Fix builds using the public SDK.
+
+        * platform/spi/cocoa/NSExtensionSPI.h:
+
 2014-10-24  Said Abou-Hallawa  <sabouhall...@apple.com>
 
         Clamp wordSpacing percentage value.

Modified: trunk/Source/WebCore/platform/spi/cocoa/NSExtensionSPI.h (175199 => 175200)


--- trunk/Source/WebCore/platform/spi/cocoa/NSExtensionSPI.h	2014-10-25 19:10:28 UTC (rev 175199)
+++ trunk/Source/WebCore/platform/spi/cocoa/NSExtensionSPI.h	2014-10-25 19:21:12 UTC (rev 175200)
@@ -27,7 +27,7 @@
 
 #import <Foundation/NSExtension.h>
 
-#elif __OBJC2__
+#elif defined __OBJC2__
 
 @interface NSExtension
 @end
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to