[Webkit-unassigned] [Bug 81117] [GTK] Implement unicode submenu items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 10:15:10 PDT 2012


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #132003|review?                     |review+
               Flag|                            |




--- Comment #7 from Martin Robinson <mrobinson at webkit.org>  2012-03-15 10:15:10 PST ---
(From update of attachment 132003)
View in context: https://bugs.webkit.org/attachment.cgi?id=132003&action=review

> Source/WebCore/page/ContextMenuController.cpp:192
> +static void insertUnicodeCharacter(UChar uchar, Frame* frame)
> +{
> +    String text(&uchar, 1);

You should probably just call this UChar char or UChar character. Converting UChar to camel-case leaves uChar.

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