[Webkit-unassigned] [Bug 82315] [Texmap][EFL] Implementation of AC related functions in ChromeClientEfl and ewkView.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 28 19:27:09 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82315
--- Comment #6 from Hyowon Kim <hw1008.kim at samsung.com> 2012-03-28 19:27:09 PST ---
> > Looks fine overall with one minor comment.
> >
> > > Source/WebKit/efl/ewk/ewk_view.cpp:154
> > > + Evas_Object* compositingObject;
> >
> > You could wrap an OwnPtr around this Evas_Object to avoid having to delete it manually below.
>
> (If you don't do this you should probably check if the pointer is valid before calling evas_object_del()).
Thanks Raphael. :) I've added some code to check the evas_object pointer.
--
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