Title: [205492] trunk/Source/WebCore
Revision
205492
Author
[email protected]
Date
2016-09-06 11:02:28 -0700 (Tue, 06 Sep 2016)

Log Message

Fix the Apple-internal build following <https://trac.webkit.org/changeset/205488>
(https://bugs.webkit.org/show_bug.cgi?id=161090)

Use the default linkage for QuartzCore constants to match the linkage used for such constants
in the Apple-internal SDK.

* platform/spi/cocoa/QuartzCoreSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (205491 => 205492)


--- trunk/Source/WebCore/ChangeLog	2016-09-06 17:43:30 UTC (rev 205491)
+++ trunk/Source/WebCore/ChangeLog	2016-09-06 18:02:28 UTC (rev 205492)
@@ -1,5 +1,15 @@
 2016-09-06  Daniel Bates  <[email protected]>
 
+        Fix the Apple-internal build following <https://trac.webkit.org/changeset/205488>
+        (https://bugs.webkit.org/show_bug.cgi?id=161090)
+
+        Use the default linkage for QuartzCore constants to match the linkage used for such constants
+        in the Apple-internal SDK.
+
+        * platform/spi/cocoa/QuartzCoreSPI.h:
+
+2016-09-06  Daniel Bates  <[email protected]>
+
         <table> inside <div align="right"> with large content inside = no scrollbar
         https://bugs.webkit.org/show_bug.cgi?id=3352
 

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


--- trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h	2016-09-06 17:43:30 UTC (rev 205491)
+++ trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h	2016-09-06 18:02:28 UTC (rev 205492)
@@ -200,8 +200,6 @@
 #endif
 @end
 
-WTF_EXTERN_C_BEGIN
-
 extern NSString * const kCATiledLayerRemoveImmediately;
 
 extern NSString * const kCAFilterColorInvert;
@@ -234,8 +232,6 @@
 extern NSString * const kCAContentsFormatRGBA10XR;
 #endif
 
-WTF_EXTERN_C_END
-
 #if (PLATFORM(APPLETV) && __TV_OS_VERSION_MAX_ALLOWED < 100000) \
     || (PLATFORM(WATCHOS) && __WATCH_OS_VERSION_MAX_ALLOWED < 30000) \
     || (PLATFORM(IOS) && TARGET_OS_IOS && __IPHONE_OS_VERSION_MAX_ALLOWED < 100000) \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to