Title: [264727] trunk/Source/WebCore/PAL
Revision
264727
Author
cdu...@apple.com
Date
2020-07-22 14:28:12 -0700 (Wed, 22 Jul 2020)

Log Message

Unreviewed attempt to fix internal build with very recent SDKs.

* pal/spi/cocoa/LaunchServicesSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (264726 => 264727)


--- trunk/Source/WebCore/PAL/ChangeLog	2020-07-22 21:15:34 UTC (rev 264726)
+++ trunk/Source/WebCore/PAL/ChangeLog	2020-07-22 21:28:12 UTC (rev 264727)
@@ -1,3 +1,9 @@
+2020-07-22  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed attempt to fix internal build with very recent SDKs.
+
+        * pal/spi/cocoa/LaunchServicesSPI.h:
+
 2020-07-22  Jer Noble  <jer.no...@apple.com>
 
         Unreviewed build fix after r264710; add a HAVE_AVPLAYER_VIDEORANGEOVERRIDE guard.

Modified: trunk/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h (264726 => 264727)


--- trunk/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h	2020-07-22 21:15:34 UTC (rev 264726)
+++ trunk/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h	2020-07-22 21:28:12 UTC (rev 264727)
@@ -88,7 +88,7 @@
 #if HAVE(LSDATABASECONTEXT)
 #if __has_include(<CoreServices/LSDatabaseContext+WebKit.h>)
 #import <CoreServices/LSDatabaseContext+WebKit.h>
-#else
+#elif !USE(APPLE_INTERNAL_SDK)
 @interface LSDatabaseContext (WebKitChangeTracking)
 - (id <NSObject>)addDatabaseChangeObserver4WebKit:(void (^)(xpc_object_t change))observer;
 - (void)removeDatabaseChangeObserver4WebKit:(id <NSObject>)token;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to