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

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


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





--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-03-15 10:35:22 PST ---
(In reply to comment #7)
> (From update of attachment 132003 [details])
> 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.

char is a reserved word, I'll use character

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