[Webkit-unassigned] [Bug 66654] [EFL] Fonts API refactoring

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 07:36:58 PDT 2011


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





--- Comment #5 from Grzegorz <g.czajkowski at samsung.com>  2011-08-22 07:36:57 PST ---
(In reply to comment #4)
> > Source/WebKit/efl/ewk/ewk_view.cpp:3558
> > +const char *ewk_view_font_family_name_get(const Evas_Object *o, const Ewk_Font_Family font_family)
> 
> font_family does not need to be const.

Yes, it doesn't need const. I will fix this.

> 
> > Source/WebKit/efl/ewk/ewk_view.cpp:3580
> > +Eina_Bool ewk_view_font_family_name_set(const Evas_Object *o, const Ewk_Font_Family font_family, const char *name)
> 
> Shouldn't o and font_family be non-const?

Yes, they shouldn't have const too.

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