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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 31 19:38:26 PDT 2010


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #65732|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #15 from Adam Barth <abarth at webkit.org>  2010-08-31 19:38:26 PST ---
(From update of attachment 65732)
View in context: https://bugs.webkit.org/attachment.cgi?id=65732&action=prettypatch

> JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:59
> -#if defined(Q_OS_WIN) || COMPILER(WINSCW) || (COMPILER(RVCT) && OS(SYMBIAN))
> +#if defined(Q_OS_WIN) || COMPILER(WINSCW) || (COMPILER(RVCT) && !OS(LINUX))
It's unclear to me why we're switching from a whitelist to a blacklist for something that's identified as a hack...

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