[Webkit-unassigned] [Bug 89186] [EFL][WK2] Add APIs to create, delete and get ewk_context.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 24 22:41:23 PDT 2012


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





--- Comment #3 from Ryuan Choi <ryuan.choi at samsung.com>  2012-06-24 22:41:22 PST ---
(From update of attachment 147953)
View in context: https://bugs.webkit.org/attachment.cgi?id=147953&action=review

> Source/WebKit2/UIProcess/API/efl/ewk_context.cpp:70
> +void ewk_context_delete(Ewk_Context* ewkContext)
> +{
> +    EINA_SAFETY_ON_NULL_RETURN(ewkContext);
> +    EINA_SAFETY_ON_TRUE_RETURN(ewkContext == ewk_context_default_get());
> +
> +    delete ewkContext;
> +}

Can we delete context which have live ewk_view?

-- 
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