[Webkit-unassigned] [Bug 139193] Should use standardQuickLookMenuItem for apps that don't implement customizations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 2 20:31:49 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=139193

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com

--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
I am getting build errors after this patch (despite the recent build fixes):
Source/WebKit/mac/WebView/WebActionMenuController.mm:80:40: error: cannot find protocol declaration for 'QLPreviewMenuItemDelegate'; did you mean 'QLPreviewPanelDelegate'?
@interface WebActionMenuController () <QLPreviewMenuItemDelegate>
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
                                       QLPreviewPanelDelegate

Source/WebKit/mac/WebView/WebActionMenuController.mm:290:28: error: 'QLPreviewMenuItem' may not respond to 'setDelegate:' [-Werror]
        [qlPreviewLinkItem setDelegate:self];
         ~~~~~~~~~~~~~~~~~ ^
Source/WebKit/mac/WebView/WebActionMenuController.mm:290:40: error: cannot initialize a parameter of type 'id<NSFileManagerDelegate>' with an lvalue of type 'WebActionMenuController *'
        [qlPreviewLinkItem setDelegate:self];
                                       ^~~~
                                              ^
3 errors generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141203/6fe65c63/attachment-0002.html>


More information about the webkit-unassigned mailing list