Title: [248381] trunk/Source/WebCore/PAL
- Revision
- 248381
- Author
- [email protected]
- Date
- 2019-08-07 12:43:51 -0700 (Wed, 07 Aug 2019)
Log Message
Context menu on a universal link produces a blank preview
https://bugs.webkit.org/show_bug.cgi?id=200485
<rdar://problem/53699620>
Reviewed by Tim Horton.
Use the umbrella #import.
* pal/spi/cocoa/LaunchServicesSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/PAL/ChangeLog (248380 => 248381)
--- trunk/Source/WebCore/PAL/ChangeLog 2019-08-07 19:05:43 UTC (rev 248380)
+++ trunk/Source/WebCore/PAL/ChangeLog 2019-08-07 19:43:51 UTC (rev 248381)
@@ -1,3 +1,15 @@
+2019-08-07 Dean Jackson <[email protected]>
+
+ Context menu on a universal link produces a blank preview
+ https://bugs.webkit.org/show_bug.cgi?id=200485
+ <rdar://problem/53699620>
+
+ Reviewed by Tim Horton.
+
+ Use the umbrella #import.
+
+ * pal/spi/cocoa/LaunchServicesSPI.h:
+
2019-08-06 Dean Jackson <[email protected]>
Context menu on a universal link produces a blank preview
Modified: trunk/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h (248380 => 248381)
--- trunk/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h 2019-08-07 19:05:43 UTC (rev 248380)
+++ trunk/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h 2019-08-07 19:43:51 UTC (rev 248381)
@@ -34,12 +34,8 @@
#elif PLATFORM(IOS_FAMILY)
#import <MobileCoreServices/LSAppLinkPriv.h>
#elif PLATFORM(IOS)
-#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000
-#import <CoreServices/LSURLOverridePriv.h>
-#else
-#import <CoreServices/LSApplicationWorkspace.h>
+#import <MobileCoreServices/MobileCoreServicesPriv.h>
#endif
-#endif
#endif // USE(APPLE_INTERNAL_SDK)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes