Title: [202423] trunk/Source/WebCore
Revision
202423
Author
m...@apple.com
Date
2016-06-24 09:57:08 -0700 (Fri, 24 Jun 2016)

Log Message

Fixed the macOS build.

* platform/spi/cocoa/DataDetectorsCoreSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (202422 => 202423)


--- trunk/Source/WebCore/ChangeLog	2016-06-24 16:24:39 UTC (rev 202422)
+++ trunk/Source/WebCore/ChangeLog	2016-06-24 16:57:08 UTC (rev 202423)
@@ -1,5 +1,11 @@
 2016-06-24  Dan Bernstein  <m...@apple.com>
 
+        Fixed the macOS build.
+
+        * platform/spi/cocoa/DataDetectorsCoreSPI.h:
+
+2016-06-24  Dan Bernstein  <m...@apple.com>
+
         [iOS] Inline DataDetectorsAdditions.h
         https://bugs.webkit.org/show_bug.cgi?id=159093
 

Modified: trunk/Source/WebCore/platform/spi/cocoa/DataDetectorsCoreSPI.h (202422 => 202423)


--- trunk/Source/WebCore/platform/spi/cocoa/DataDetectorsCoreSPI.h	2016-06-24 16:24:39 UTC (rev 202422)
+++ trunk/Source/WebCore/platform/spi/cocoa/DataDetectorsCoreSPI.h	2016-06-24 16:57:08 UTC (rev 202423)
@@ -94,13 +94,10 @@
 extern CFStringRef const DDBinderEmailKey;
 extern CFStringRef const DDBinderTrackingNumberKey;
 extern CFStringRef const DDBinderFlightInformationKey;
+extern CFStringRef const DDBinderParsecSourceKey;
 extern CFStringRef const DDBinderSignatureBlockKey;
 extern NSString * const DDURLScheme;
 
-#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 100000
-extern CFStringRef const DDBinderParsecSourceKey;
-#endif
-
 @interface DDScannerResult : NSObject <NSCoding, NSSecureCoding>
 + (NSArray *)resultsFromCoreResults:(CFArrayRef)coreResults;
 - (DDResultRef)coreResult;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to