[webkit-reviews] review granted: [Bug 53863] [WIN] Use WCHAR instead of TCHAR : [Attachment 81381] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 6 08:59:10 PST 2011


Adam Roben (aroben) <aroben at apple.com> has granted Patrick R. Gansterer
<paroga at paroga.com>'s request for review:
Bug 53863: [WIN] Use WCHAR instead of TCHAR
https://bugs.webkit.org/show_bug.cgi?id=53863

Attachment 81381: Patch
https://bugs.webkit.org/attachment.cgi?id=81381&action=review

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=81381&action=review

> Source/WebCore/platform/graphics/win/SimpleFontDataCGWin.cpp:78
>	   GetTextFace(dc, faceLength, faceName.data());
>	   m_isSystemFont = !_tcscmp(faceName.data(), _T("Lucida Grande"));

How about GetTextFaceW and wcscmp?


More information about the webkit-reviews mailing list