Title: [183561] trunk/Source/WebCore
Revision
183561
Author
[email protected]
Date
2015-04-29 11:13:49 -0700 (Wed, 29 Apr 2015)

Log Message

Unreviewed iOS build fix after r183553: fix declaration of QLPreviewScheme

* platform/ios/QuickLookSoftLink.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (183560 => 183561)


--- trunk/Source/WebCore/ChangeLog	2015-04-29 18:05:25 UTC (rev 183560)
+++ trunk/Source/WebCore/ChangeLog	2015-04-29 18:13:49 UTC (rev 183561)
@@ -1,3 +1,9 @@
+2015-04-29  Jer Noble  <[email protected]>
+
+        Unreviewed iOS build fix after r183553: fix declaration of QLPreviewScheme
+
+        * platform/ios/QuickLookSoftLink.mm:
+
 2015-04-29  Eric Carlson  <[email protected]>
 
         [Mac] Use new device picker menu API

Modified: trunk/Source/WebCore/platform/ios/QuickLookSoftLink.mm (183560 => 183561)


--- trunk/Source/WebCore/platform/ios/QuickLookSoftLink.mm	2015-04-29 18:05:25 UTC (rev 183560)
+++ trunk/Source/WebCore/platform/ios/QuickLookSoftLink.mm	2015-04-29 18:13:49 UTC (rev 183561)
@@ -38,6 +38,6 @@
 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 *)
+SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, QuickLook, QLPreviewScheme, NSString * const)
 
 #endif // USE(QUICK_LOOK)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to