[Webkit-unassigned] [Bug 195996] Geolocation request not complete when watch request was started in a different web process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 26 14:26:18 PDT 2019


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

--- Comment #17 from Alex Christensen <achristensen at apple.com> ---
You're absolutely right.  WKSharedAPICast.h maps WKStringRef to API::String which has a string accessor, but that's not to be used outside of the WebKit project.  You could write a utility that uses WKStringGetUTF8CString and String::fromUTF8, or you could leave this patch as it is.  Either is fine by me, but we should eventually make a toWTF utility.

-- 
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/20190326/290b53cc/attachment.html>


More information about the webkit-unassigned mailing list