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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 07:27:11 PDT 2011


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


Raphael Kubo da Costa <kubo at profusion.mobi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kubo at profusion.mobi




--- Comment #4 from Raphael Kubo da Costa <kubo at profusion.mobi>  2011-08-22 07:27:10 PST ---
> 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.

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

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