[Webkit-unassigned] [Bug 40651] [BREWMP] Use "typedef wchar_t JSChar" when compiled with RVCT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 27 09:49:19 PDT 2010


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





--- Comment #12 from Kwang Yul Seo <kwangyul.seo at gmail.com>  2010-08-27 09:49:19 PST ---
(In reply to comment #11)
> (From update of attachment 59054 [details])
> The UChar typedef is different in wtf/unicode/qt4/UnicodeQt4.h in case of RVCT. The same type is required for UChar and JSChar as well.

Why don't we check !defined(__linux__) instead of defined(__SYMBIAN32__)? !defined(__linux__) covers both Symbian and Brew MP. I will modify wtf/unicode/qt4/UnicodeQt4.h as well.

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