Bug 31874 - isAlphanumeric does not exist on WinCE
Summary: isAlphanumeric does not exist on WinCE
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 07:38 PST by Ismail Donmez
Modified: 2009-12-03 07:10 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ismail Donmez 2009-11-25 07:38:23 PST
Currently trunk fails to compile on Qt/WinCE :

..\..\..\WebCore\platform\text\TextBoundaries.cpp(48) : error C3861: 'isAlphanumeric': identifier not found
..\..\..\WebCore\platform\text\TextBoundaries.cpp(60) : error C3861: 'isAlphanumeric': identifier not found

Thats because there is no isAlphanumeric function in WinCE, not by that name.

There is a IsCharAlphaNumeric [0] function which is defined in winbase.h

[0] http://msdn.microsoft.com/en-us/library/aa910686.aspx
Comment 1 Ismail Donmez 2009-12-03 07:10:57 PST
Fixed in SVN.