[Webkit-unassigned] [Bug 102853] [EFL][WK2] Add ewk_application_cache_manager APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 4 21:20:13 PST 2012


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





--- Comment #14 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-12-04 21:22:38 PST ---
(In reply to comment #13)
> (In reply to comment #11)
> > (From update of attachment 177636 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=177636&action=review
> > 
> > > Source/WebKit2/UIProcess/API/efl/ewk_application_cache_manager.cpp:78
> > > +        ewk_object_unref(static_cast<Ewk_Security_Origin*>(item));
> > 
> > I don't understand why you delete Ewk_Security_Origin via ewk_object_unref. AFAIK, ewk_object_unref is meaningful when item is based on EwkObject.
> Ewk_Security_Origin also based on EwkObject.
> But I'll change ewk_object_unref(static_cast<Ewk_Object*>(item));

Ah, my source was out of date. Ok, I got it.

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