Bug 56920

Summary: Web Inspector: use unsigned char instead of char when storing script source
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Yury Semikhatsky 2011-03-23 06:39:27 PDT
Web Inspector: use unsigned char instead of char when storing script source since the constant is represented by hex values and may otherwise lead to compilation warnings on some platforms.
Comment 1 Yury Semikhatsky 2011-03-23 06:41:10 PDT
Created attachment 86609 [details]
Patch
Comment 2 Yury Semikhatsky 2011-03-23 07:05:28 PDT
Committed r81773: <http://trac.webkit.org/changeset/81773>