[Webkit-unassigned] [Bug 27371] [WINCE] Add WinCE specific platform/text files to WebCore
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 3 19:51:03 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27371
--- Comment #17 from Yong Li <yong.li at torchmobile.com> 2009-09-03 19:51:02 PDT ---
>
> Why WebCore::?
> 420 WebCore::decode(result, m_encoding.name(), bytes, length, &left,
> m_decodeBuffer.isEmpty(), sawInvalidChar);
because we want to use the static function but not the method. if there's no
"WebCore::", compiler gives an error.
>
> Why L'' here?
> 427 result.append(L'?');
L'' means it's wide char, the same type as 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