[Webkit-unassigned] [Bug 111591] [EFL][WK2] Separate WebView further from EwkView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 13:00:39 PST 2013


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





--- Comment #13 from Mikhail Pozdnyakov <mikhail.pozdnyakov at intel.com>  2013-03-07 13:03:02 PST ---
(From update of attachment 191955)
View in context: https://bugs.webkit.org/attachment.cgi?id=191955&action=review

> Source/WebKit2/UIProcess/API/efl/EwkView.h:208
> +    EwkView(WebKit::WebView*, Evas_Object* evasObject);

PassRefPtr

> Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:101
> +    WKViewRef wkView = WKViewCreate(WKContextCreate(), 0);

RetainPtr

> Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:111
> +    WKViewRef wkView = WKViewCreate(ewkContext->wkContext(), 0);

RetainPtr

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list