Bug 37223

Summary: Replace isprint with isASCIIPrintable
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, joybro201
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Kwang Yul Seo 2010-04-07 11:45:52 PDT
WebKit does not use functions in <ctype.h> as they are dependent on the current locale. Use the equivalent functions in <wtf/ASCIICType.h>.
Comment 1 Kwang Yul Seo 2010-04-07 11:48:15 PDT
Created attachment 52762 [details]
Patch
Comment 2 WebKit Commit Bot 2010-04-07 13:32:20 PDT
Comment on attachment 52762 [details]
Patch

Clearing flags on attachment: 52762

Committed r57226: <http://trac.webkit.org/changeset/57226>
Comment 3 WebKit Commit Bot 2010-04-07 13:32:25 PDT
All reviewed patches have been landed.  Closing bug.