[Webkit-unassigned] [Bug 189443] Implement the Web Share API for mac
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 10 13:49:27 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189443
--- Comment #10 from Tim Horton <thorton at apple.com> ---
Comment on attachment 349322
--> https://bugs.webkit.org/attachment.cgi?id=349322
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=349322&action=review
> Source/WebKit/UIProcess/mac/PageClientImplMac.h:106
> + bool showShareSheet(const ShareDataWithParsedURL&, WTF::CompletionHandler<void(bool)>&&) override;
/Volumes/Data/EWS/WebKit/Source/WebKit/UIProcess/mac/PageClientImplMac.h:106:31: error: unknown type name 'ShareDataWithParsedURL'; did you mean 'WebCore::ShareDataWithParsedURL'?
bool showShareSheet(const ShareDataWithParsedURL&, WTF::CompletionHandler<void(bool)>&&) override;
^~~~~~~~~~~~~~~~~~~~~~
WebCore::ShareDataWithParsedURL
--
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/20180910/5a11c6c4/attachment.html>
More information about the webkit-unassigned
mailing list