[Webkit-unassigned] [Bug 34560] Typedef both JSChar and UChar to wchar_t in RVCT.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 9 09:24:20 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34560
Kwang Yul Seo <kwangyul.seo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #48102|0 |1
is obsolete| |
Attachment #48423| |review?, commit-queue?
Flag| |
--- Comment #11 from Kwang Yul Seo <kwangyul.seo at gmail.com> 2010-02-09 09:24:17 PST ---
Created an attachment (id=48423)
--> (https://bugs.webkit.org/attachment.cgi?id=48423)
Patch
Typedef both JSChar and UChar to wchar_t in RVCT. UnicodeQt4.h is modified to
define UChar to wchar_t for RVCT.
Don't use COMPILER(RVCT) guard in JavaScriptCore/API/JSStringRef.h as it breaks
the gtk port. Use defined(__CC_ARM) || defined(__ARMCC__) instead.
--
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