[Webkit-unassigned] [Bug 186192] [GTK][WPE] Add API to run javascript from a WebKitWebView in an isolated world
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 3 07:11:06 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186192
--- Comment #8 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #7)
> > This could be std::optional<InjectedBundleScriptWorld>. The point of std::optional is that we don't need to use a raw pointer for optional results anymore.
>
> We don't want any copy here.
Copy for return values is preferred since C+++ 11 because return value optimization is guaranteed by the standard.
--
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/20180603/0eed730a/attachment.html>
More information about the webkit-unassigned
mailing list