Title: [232647] trunk/Source/WebCore
- Revision
- 232647
- Author
- [email protected]
- Date
- 2018-06-08 16:18:27 -0700 (Fri, 08 Jun 2018)
Log Message
Fix iOS build.
* platform/ios/QuickLookSoftLink.mm: Removed QLPreviousScheme, which I said I did in the
change log but looks like it didn't happen.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (232646 => 232647)
--- trunk/Source/WebCore/ChangeLog 2018-06-08 23:17:58 UTC (rev 232646)
+++ trunk/Source/WebCore/ChangeLog 2018-06-08 23:18:27 UTC (rev 232647)
@@ -1,5 +1,12 @@
2018-06-08 Darin Adler <[email protected]>
+ Fix iOS build.
+
+ * platform/ios/QuickLookSoftLink.mm: Removed QLPreviousScheme, which I said I did in the
+ change log but looks like it didn't happen.
+
+2018-06-08 Darin Adler <[email protected]>
+
[Cocoa] Make more of our soft linking ARC-compatible
https://bugs.webkit.org/show_bug.cgi?id=186437
Modified: trunk/Source/WebCore/platform/ios/QuickLookSoftLink.mm (232646 => 232647)
--- trunk/Source/WebCore/platform/ios/QuickLookSoftLink.mm 2018-06-08 23:17:58 UTC (rev 232646)
+++ trunk/Source/WebCore/platform/ios/QuickLookSoftLink.mm 2018-06-08 23:18:27 UTC (rev 232647)
@@ -36,6 +36,4 @@
SOFT_LINK_FUNCTION_FOR_SOURCE(WebCore, QuickLook, QLTypeCopyBestMimeTypeForURLAndMimeType, NSString *, (NSURL *url, NSString *mimeType), (url, mimeType))
SOFT_LINK_FUNCTION_FOR_SOURCE(WebCore, QuickLook, QLTypeCopyUTIForURLAndMimeType, NSString *, (NSURL *url, NSString *mimeType), (url, mimeType))
-SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, QuickLook, QLPreviewScheme, NSString *)
-
#endif // USE(QUICK_LOOK)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes