[Webkit-unassigned] [Bug 148570] [GTK] Simplify the internal API to create a WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 28 03:55:23 PDT 2015


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

Zan Dobersek <zan at falconsigh.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #260145|review?                     |review+
              Flags|                            |

--- Comment #3 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 260145
  --> https://bugs.webkit.org/attachment.cgi?id=260145
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=260145&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:1050
> +    Ref<API::PageConfiguration> copiedConfiguration = configuration.copy();
> +    webkitWebViewBaseCreateWebPage(webkitWebViewBase, WTF::move(copiedConfiguration));

Can be just:

    webkitWebViewBaseCreateWebPage(webkitWebViewBase, configuration.copy());

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150828/10466770/attachment.html>


More information about the webkit-unassigned mailing list